- From: Salvador de la Puente González <notifications@github.com>
- Date: Tue, 07 Jun 2016 10:03:05 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc:
Received on Tuesday, 7 June 2016 17:03:45 UTC
I gave a [presentation](http://delapuente.github.io/presentations/from-web-app-to-pwa) in several meet ups about PWA these days and this was a recurrent question: > Is it possible to open the home screen version of the web application when tapping the notification? One of the approaches would be to rely on `scope` as @benfrancis is suggesting. Moreover, there is a [question about this in stack overflow](http://stackoverflow.com/questions/36528137/push-web-api-notificationclick-how-to-open-desktop-client-instead-opening-a-ne) that points to this [Chromium bug](https://bugs.chromium.org/p/chromium/issues/detail?id=541711) but [it seems not to work](https://www.youtube.com/watch?v=2-spZ85NLRs). The other is to allow `openWindow()` to decide how to open the new client. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/720#issuecomment-224346413
Received on Tuesday, 7 June 2016 17:03:45 UTC