- From: Matt Giuca <notifications@github.com>
- Date: Thu, 20 Apr 2017 23:45:36 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 21 April 2017 06:46:10 UTC
mgiuca commented on this pull request. > + AppBannerPromptOutcome userChoice; + }; + </pre> + <p> + The <dfn>BeforeInstallPromptEvent</dfn> is dispatched prior to + activating an <a>automated install prompt</a>, allowing a developer + to prevent the default action for an install prompt. + </p> + <div class="note"> + The default action of the <a>BeforeInstallPromptEvent</a> is to + <a data-lt="presents an install prompt">present an automated install + prompt</a> to the end-user. Canceling the default action (via + <a + data-cite="DOM#dom-event-preventdefault"><code>preventDefault</code></a>) + prevents the user agent from <a data-lt="presents an install + prompt">presenting an automated install prompt</a> until a later time Ah I think you misinterpreted this sentence. (Marcos wrote it and I just got confused myself now.) It's not trying to prevent prompting later. It's trying to prevent prompting *now*, but saying that the UA can prompt again later. I've rewritten it for clarity. WDYT? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/520#discussion_r112618260
Received on Friday, 21 April 2017 06:46:10 UTC