azens1995 edited a comment on issue #315:
URL:
https://github.com/apache/cordova-plugin-inappbrowser/issues/315#issuecomment-799935204
You can also get the original (native-code) function back with:
`window.open =
cordova.require('cordova/modulemapper').getOriginalSymbol(window,
'window.open');`
Well this solution was found somewhere in the old issues ([Original
Link](https://github.com/apache/cordova-plugin-inappbrowser/pull/528)), and it
seems to work in our case. Hope it might help someone.
----------------------------------------------------------------
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]