Re: [w3c/manifest] Should appinstalled / beforeinstallprompt fire on native app installation? (#514)

this doesn't seem to work currently (Chrome Canary on Android)

```js
    window.addEventListener('beforeinstallprompt', function(e) {
      e.preventDefault();
      return false;
    });
```

-- 
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/514#issuecomment-424406542

Received on Tuesday, 25 September 2018 16:21:51 UTC