nmanikiran commented on issue #852: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/852#issuecomment-803005898
> @nmanikiran just curious, are you opening the link with `window.open` or `cordova.InAppBrowser.open`? There was a breaking change some time ago that possibly could have been publicized better. In the past, the plugin set `window.open` to `cordova.InAppBrowser.open` but now it doesn't do that, so you need to call `cordova.InAppBrowser.open` to open a link using the plugin. Otherwise, the link will open in the manner that you have described. @JeffBerman thanks for the reply I am doing window.open = `cordova.inAppBrowser.open` and calling `window.open(url, target)` You mean this does work with version 5 ? We need to use `cordova.inAppBrowser.open(url, target)` ? -- 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]
