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
Describe the bug
PWA app don't show when we start it from another app with function startActivity and flag FLAG_ACTIVITY_SINGLE_TOP.
PWA app start, then restart restartInNewTask(), but Android don't show it.
To Reproduce
Steps to reproduce the behavior:
Start pwa app from another app with function startActivity and flag FLAG_ACTIVITY_SINGLE_TOP
Expected behavior
Application show browser when start.
Did this ever used to work
No
Screenshots
None
Code Snippets
Code to run pwa app from another app:
final Intent intent = manager.getLaunchIntentForPackage(packageName);
intent.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);
context.startActivity(intent);
Describe the bug
PWA app don't show when we start it from another app with function startActivity and flag FLAG_ACTIVITY_SINGLE_TOP.
PWA app start, then restart restartInNewTask(), but Android don't show it.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Application show browser when start.
Did this ever used to work
No
Screenshots
None
Code Snippets
Code to run pwa app from another app:
PWA demo app build with generator from:
https://www.pwabuilder.com/reportcard?site=https://webboard.app
Smartphone (please complete the following information):
Additional context
None
The text was updated successfully, but these errors were encountered: