Skip to content

Multiple Window Support #937

@Lindsor

Description

@Lindsor

Feature Request

Feature Description

We use InAppBrowser as an SSO solution for our application, this has worked for the last 6 or so years. Now we have a new vendor who needs to be able to open a "New tab" with shared cookies/session. This means we cannot trigger an opening of the user device browser it would have to be another shared instance of InAppBrowser.
Currently the vendor opens new tabs through window.open(<target url>, '_blank'); which works in the web version of our SSO. But when it's loaded through InAppBrowser it just replaces the entire page with the <target url>.

Are there any plans to support multiple InAppBrowser windows?
And/Or
Are there any viable workarounds, i see in the *.java code there is a comment saying its not supported but no reason given.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions