pwaCustomInstall
Captures the browser install prompt so your app can trigger installation later with custom UI.
Action Object
Key
Type
Description
Example
{
"action": "pwaCustomInstall",
"options": {
"beforeinstallprompt": "callback that updates install UI state"
}
}Behavior Notes
Related Pages
Last updated
Was this helpful?