You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some trouble with childbrowser.
Actually i want open a new window after i have closed a first one but...
WebKit discarded an uncaught exception in the webView:decidePolicyForNavigationAction:request:frame:decisionListener: delegate: Application tried to present modally an active controller
Hi All,
I have some trouble with childbrowser.
Actually i want open a new window after i have closed a first one but...
WebKit discarded an uncaught exception in the webView:decidePolicyForNavigationAction:request:frame:decisionListener: delegate: Application tried to present modally an active controller
Do you have an idea please?
Here is my sample code:
cb.showWebPage(link);
cb.onLocationChange = function(){
cb.close();
}
cb.onClose = function(){
cb.showWebPage(link2);
}
The text was updated successfully, but these errors were encountered: