-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
Description
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