From 4bb2977957d66512f9feacd473e62879f5905d5e Mon Sep 17 00:00:00 2001 From: Matt Giuca Date: Thu, 20 Apr 2017 18:35:55 +1000 Subject: [PATCH] Added an issue box to the install prompts section. The issue is that the spec doesn't currently let the user agent fire BeforeInstallPrompt without being forced to show an install prompt if the event is not cancelled. --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.html b/index.html index 2e9a9088d..743be1bbf 100644 --- a/index.html +++ b/index.html @@ -451,6 +451,16 @@

+
+ Implementations may wish to show a prompt if and only if the site + explicitly requests it via + BeforeInstallPromptEvent.prompt(), but not + automatically without the site's approval. Is this something we want + to leave to the discretion of the user agent? (This would require + changing the language here, as "steps to notify before an automated + install prompt" would become "steps to notify that an install prompt + is available".) +