nchutchind / cordova-plugin-app-launcher

Simple Cordova plugin for launching apps.
MIT License
88 stars 92 forks source link

New: launchApp and launchAppWithData now they can use the flag FLAG_ACTIVITY_NEW_TASK #46

Open ollm opened 1 year ago

ollm commented 1 year ago

It is preferable that an external app is opened in a new task than within the app itself.

@nchutchind If you feel the changes are appropriate, I'd appreciate it if they were merged.

ollm commented 1 year ago

In the end I added support for flags in launchApp and launchAppWithData and updated the docs to reflect how they are used, since I think it is a better way to do it.