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
ChildBrowser - IOS 1.5 *** WebKit discarded an uncaught exception in the webView:decidePolicyForNavigationAction:request:frame:decisionListener: delegate: <NSInvalidArgumentException> Application tried to present modally an active controller <MainViewCont
#89
Open
Ruddiger opened this issue
Jul 5, 2012
· 0 comments
This happend in IOS because it won't let you re-add a modal item and subsequent calls to showWebPage try to recall the childBrowser. A quick fix is to do the following in showWebPage (ChildBrowserCommand.m):
This happend in IOS because it won't let you re-add a modal item and subsequent calls to showWebPage try to recall the childBrowser. A quick fix is to do the following in showWebPage (ChildBrowserCommand.m):
The text was updated successfully, but these errors were encountered: