Working on Chrome Version 94.0.4606.71. beforeinstallprompt event does not trigger correctly when I'm using Incognito mode.
I couldn't find any official documentation about this topic.
I saw the criterias on the Google doc, which are :
- The web app nor the native app are already installed.
- Meets a user engagement heuristic (currently, the user has interacted with the domain for at least 30 seconds)
- Includes a Web App Manifest that includes: short_name, name (used in the banner prompt), icons including a 192px and a 512px version, prefer_related_applications is true, related_applications object with information about the app,
- Served over HTTPS
Working well in normal tab, never triggering in Incognito. Did I miss something ?