Re: [w3c/ServiceWorker] user initiated 'uninstall' event (#998)

Chrome now introduced [WebAPKs](https://chromium.googlesource.com/chromium/src/+/master/chrome/android/webapk/README) for Android:
*"They attempt to providing additional glue to give Progress Web Apps deeper integration into the Android OS, similar to native apps."*

But as far as I understand, they don't provide an `uninstall` event, and therefore don't solve the discussed problem.

This is extremely problematic since an user will continue to receive pushes notifications also after *uninstalling* the WebAPK. An `uninstall` event would allow to unregister the installed `ServiceWorker`.

-- 
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/ServiceWorker/issues/998#issuecomment-331111076

Received on Thursday, 21 September 2017 10:00:40 UTC