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);
}
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);
}