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
{{ message }}
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
A guide to how installation of PWAs works, including the ways a web site can be notified when it's being installed in order to prompt the user with a customized prompt rather than the default one in the browser.
This information would come from the specification, sections 1.2 through 2.4, as well as 2.6 through the end of section 3.
Topics
Sharing a manifest from a site using <link>
Installable and non-installable web apps
Signaling installability
WebApp names
The actual install process (install prompts - automatic and manual, how to present the install prompt, beforeinstallprompt events, appinstalled->Window event etc.)
Uninstalling a web app
The text was updated successfully, but these errors were encountered:
A guide to how installation of PWAs works, including the ways a web site can be notified when it's being installed in order to prompt the user with a customized prompt rather than the default one in the browser.
This information would come from the specification, sections 1.2 through 2.4, as well as 2.6 through the end of section 3.
Topics
<link>
beforeinstallprompt
events, appinstalled->Window event etc.)The text was updated successfully, but these errors were encountered: