I'm showing a custom PWA install popup to the user using beforeinstallprompt
event before showing the native install popup.
For some of our users, who already installed the PWA to their desktop, are getting the custom popup again. The only way for that happening is that the beforeinstallprompt
event is firing again. Is that possible?
Will browser fire beforeinstallprompt
event even when PWA is installed to the user system?
Issues are reported for Google Chrome.