JCEF onLoadStart method doesn't get called on AWS Workspace

Having problems with building or using the JCEF Java binding? Ask your questions here.

JCEF onLoadStart method doesn't get called on AWS Workspace

Postby yhe » Thu Oct 13, 2022 12:32 pm

Hi,
I have the following code, the onLoadStart method is not called on AWS Workspace but it gets called on PC. Any help is appreciated.

cefClient.addLoadHandler(new CefLoadHandlerAdapter() {
@Override
public void onLoadingStateChange(CefBrowser browser,
boolean isLoading, boolean canGoBack,
boolean canGoForward) {
....
}
@Override
public void onLoadStart(CefBrowser browser,
CefFrame frame,
TransitionType transitionType) {
....
}
@Override
public void onLoadEnd(CefBrowser browser,
CefFrame frame,
int httpStatusCode) {
.....
}
@Override
public void onLoadError(CefBrowser browser,
CefFrame frame, ErrorCode errorCode,
String errorText, String failedUrl) {
.....
}
});
yhe
Newbie
 
Posts: 5
Joined: Thu Oct 13, 2022 8:26 am

Return to JCEF Forum

Who is online

Users browsing this forum: No registered users and 162 guests

cron