Reputation: 2168
I've just finished watching a presentation from Google I/O 2016 about Progressive Web Applications. Safe to say I'm pretty excited about them.
I did have one question in regards to a user adding the icon to their home screen. Is the user able to hide the icon in the app drawer (for Android devices obviously) like they would be able to do with a native app? or must the icon stay on their home screen?
Upvotes: 2
Views: 1647
Reputation: 138226
UDPATE: The Chrome Dev channel (v56) now supports Enable improved add to Home screen. Note the flag isn't working in Chrome Canary (no installation). I tested this on Android M. To enable it:
chrome://flags/#enable-improved-a2hs
.chrome://flags/#bypass-app-banner-engagement-checks
.No, the PWA app icon can only live on the homescreen.
You could manage the icon as any other homescreen icon, including grouping it into a folder on the homescreen, or removing it.
Upvotes: 1
Reputation: 47833
Currently PWAs only support adding their icons to an Android device's home screen. However at Chrome Dev Summit 2016, it was announced that the Chrome dev channel will soon be getting experimental support for "installing" PWAs.
There will be a new option added to chrome://flags
"enable improved add to home screen" that when enabled make it so that installing a PWA gets it listed on the app drawer and on the Settings all apps list.
Upvotes: 1