Re: [w3c/manifest] Add beforeinstallprompt event (#417)

I think the problem with ```navigator.showInstallPrompt()``` is that way you don't necessarily know whether it will succeed or not, which means that you cannot adopt your UI in the way Flipkart does it. Of course, we could add another method for querying that, or people can set some state when receiving the ```beforeinstallevent``` event, but this way it might be a bit more disconnected than the solution currently in Chrome.

---
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-228993886

Received on Tuesday, 28 June 2016 09:07:20 UTC