You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: