Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app launched more than 1 times #34

Open
Alessandro-PM opened this issue Nov 22, 2020 · 0 comments
Open

app launched more than 1 times #34

Alessandro-PM opened this issue Nov 22, 2020 · 0 comments

Comments

@Alessandro-PM
Copy link

Hello, I have 2 apps. Both have singleInstance in androidmanifest.xml.
One is a cordova app (that uses this plugin) and the other one is a flutter app.
If I call the cordova app from flutter app, the cordova app is opened only 1 time, and if it's already running the focus goes on it without opening a second instance (of course because I have singleInstance).
If i call the flutter app from cordova app using this plugin, the flutter app is opening even if a previous instance is already running, and the new instance is "included" in my cordova app, so I have 2 flutter apps. This is a problem for me, I need to have only 1 instance. Where can be the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant