napolitano/cordova-plugin-intent

Not working with launchmode singleTask

Opened this issue · 1 comments

eurpi commented

The plugin works perfectly when launchmode is singleTop, but creates multiple instances of my application. When attempting to use singleTask, the intent was no longer working. Could you provide an example using singleTask launchmode to see it working?

In case you still have the problem. This is most probably due to the fact that a new instance of your activity is launched and that the plugin does not handle intent on a cold start of the activity. I submitted a PR to fix that: #28