You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spec is not clear on whether the appinstalled event should fire before or after prompt() promise resolves. This may lead to compatibility issues if not addressed.
Spec is not clear on whether the
appinstalled
event should fire before or afterprompt()
promise resolves. This may lead to compatibility issues if not addressed.https://wicg.github.io/manifest-incubations/index.html#dfn-present-an-install-prompt
https://wicg.github.io/manifest-incubations/index.html#dfn-steps-to-install-the-web-application
I would expect the events to fire in order, user responds to the prompt, then the install to happen.
beforeinstallprompt
event firesprompt()
resolvesappinstalled
event firesChromium issue: https://bugs.chromium.org/p/chromium/issues/detail?id=1094025
The text was updated successfully, but these errors were encountered: