victor-sanchez-ccc commented on issue #898:
URL: https://github.com/apache/cordova-ios/issues/898#issuecomment-643697420


   I solved  this using latest version of  cordova-plugin-inappbrowser install 
the plugin and change
   window.open whit  cordova.InAppBrowser.open this way , 
    `cordova.InAppBrowser.open('https://www.google.com', '_system', 
'hidden=yes,location=no')` and works perfect .
   
   
https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-inappbrowser/
   
   


----------------------------------------------------------------
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.

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