PWA Install (with SSO redirect)

0
Hi,   Currently busy with an PWA. Works fine, but the user gets redirected to an (external) SSO login page, so the "install message" shown for a very short time so the user is not able to install the PWA via the standard option of the PWA. The client doesn't want to let the users install it manually, so how do I get the default install back after logging in? Will it show the message again as long as you didn't install it? Or can I create a button in the app that will install the app on the users phone?   I'm sure I'm not the only one who encounters this?  
asked
1 answers
0

As a friendly recommendation, instead of sending anonymous users straight to SSO as soon as the app loads, it’s better to first show a short landing page. This page can simply include a “Continue to login” button, and the SSO redirect starts only after the user clicks it. This gives the browser a moment to recognize the app as installable and ensures there is a clear user interaction. After login, the user is taken to the normal home page, while the landing page is only shown to anonymous users.

answered