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

Why android app starts from scratch when another app opens it? #153

Open
dmitry-grin opened this issue Jun 9, 2022 · 1 comment
Open

Comments

@dmitry-grin
Copy link

dmitry-grin commented Jun 9, 2022

When a third party app try open https://mydomain.com, android phones lost current context of the application and it starts from scratch while iOS app persist the place user left off.

Is it the problem with the navigation or app links settings?

Also, I have an assumption that it can happen because we have main app and another sub app that we adopt as a plugin. The last place before transitioning to third party app is currently our sub app.

Any help regarding this problem will be much appreciated.

@rvanderlinden
Copy link

Without context this is a guessing game, but you may want to look into the activity's launchMode property as defined in the manifest. This property defines the apps view stack behaviour when it is opened multiple times.

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

2 participants