JeffBerman commented on issue #852: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/852#issuecomment-803445891
@nmanikiran You're doing it fine, that should work. The only thing I can think of is to verify that nothing is resetting `window.open` back to its original value. Perhaps to be 100% sure you could change your code to issue a call to `cordova.InAppBrowser.open` instead of `window.open`. Also, you typed `inAppBrowser` above but the object name is capitalized: `InAppBrowser`. Good luck! -- 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]
