You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/03/19 17:29:24 UTC

[GitHub] [cordova-plugin-inappbrowser] JeffBerman commented on issue #852: External link with target _blank replacing the app in v`5.0.0`

JeffBerman commented on issue #852:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/852#issuecomment-802994906


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


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org