You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/06/13 09:20:36 UTC

[GitHub] [cordova-plugin-inappbrowser] wvengen commented on issue #480: Open other app with deeplink isn's in new window & can't back cur app

wvengen commented on issue #480: Open other app with deeplink isn's in new window & can't back cur app
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/480#issuecomment-501622836
 
 
   I've seen a similar issue (not sure if that was also with InAppBrowser opening the system web browser), and worked around it by using another plugin like [cordova-plugin-app-launcher](https://github.com/nchutchind/cordova-plugin-app-launcher) with the `FLAG_ACTIVITY_NEW_TASK` flag (for the launcher plugin that would be: `cordova.plugins.launcher.launch({uri: url, flags: cordova.plugins.launcher.FLAG_ACTIVITY_NEW_TASK})`).

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


With regards,
Apache Git Services

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