Hello I'm using the default install prompt for my PWA but it doesn't seem to work.
The answers in PWA - beforeinstallprompt not called are not working for me.
My manifest is not broken, service worker is registered, when I test the prompt in my browser on my computer it works like a charm but when I visit the site with my mobile phone, android 9, with the chrome browser, no popup is presented. I've cleared the cache many times without positive effect.
Any ideas?
The PWA must not already be installed
-- it was but I've removed it from the phone and cleared the cache.
Meets a user engagement heuristic (the user must have at least 30s interaction with your web app.
-- no idea how to fix this..
Your web app must include a web app manifest.
-- it does, no errors,
Your web app must be served over a secure HTTPS connection.
-- it is
Has registered a service worker with a fetch event handler.
-- it has
Everything from PWA - beforeinstallprompt not called.