Saturday 3 October 2020

Chrome opens PWA automatically when opening the site

I have a web application that can be installed as PWA. Once installed the problem appears on Android devices with Chrome.

If a user is logged out the application will redirect to an authentication service that is hosted on a separate server. Once a user has logged in the application redirect him to main page of app. PWA is opened automatically at this point. I don't want this.

Does anybody know a way to prevent automatically opening PWA when a user open a site in browser? It was noticed on Android 8.0 with Google Chrome 74.0.3729.157.

Also if an authentication page is rendered inside iframe PWA is not opened automatically.



from Chrome opens PWA automatically when opening the site

No comments:

Post a Comment