FransGH commented on issue #752:
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/752#issuecomment-1369799620

   Just stumbled over the same issue. As quick workaround for just being able 
to open a _system window, this seems to work (tested on iOS):
   
   `cordova.exec(iaRef._eventHandler.bind(iaRef), 
iaRef._eventHandler.bind(iaRef), 'InAppBrowser', 'open', [url, '_system', 
'location=no,hidden=yes'])`
   
   This opens a new system window while passing the original event handlers. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to