ibrahimAboelsuod commented on issue #315: "delete window.open" does not work in Chrome/69 URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/315#issuecomment-579828429 > @goffioul Maybe you can put this on top of your app. Since I am fine with `_system` I did not try it myself. > > ``` > let originalOpen = window.open; > document.addEventListener('deviceready', () => { > // cordova should be ready by now, restore window.open > window.open = originalOpen; > }); > ``` I can confirm this fix. I placed it at the bottom of body tag in `index.html` file.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
