Skip to content

childbrowser won't open after close a first one #19

@albertkeba

Description

@albertkeba

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions