Re: [w3c/manifest] Add installation prompt control flow (#417)

I think the chances of it happening are so remote that as long as we do something sensible, it doesn't necessarily have to be "great UX".

Furthermore, if we just queue it up, then it's indistinguishable (to the user) from the site simply deciding to call `prompt()` 100ms after they installed the app. Which is essentially just bad timing.

I think most sites using this will be calling `prompt()` in response to a user action anyway, not on a timer. The main use case for this is to create a button in your site that the user can click to activate installation. So then the race condition is not an issue.

-- 
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/issues/417#issuecomment-254426487

Received on Tuesday, 18 October 2016 07:18:09 UTC