jcesarmobile commented on issue #1341:
URL: 
https://github.com/apache/cordova-android/issues/1341#issuecomment-1169345012

   InAppBrowser plugin removed the overwrite of window.open long ago, you can 
reenable it by doing 
   ```
   document.addEventListener("deviceready", onDeviceReady, false);
   function onDeviceReady() {
       window.open = cordova.InAppBrowser.open;
   }
   ```


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