Add question about PWAs WebAPK support
This commit is contained in:
parent
e7d8daac10
commit
f5275180b4
1 changed files with 4 additions and 0 deletions
4
FAQ.md
4
FAQ.md
|
@ -67,3 +67,7 @@ when websites use the [Push API](https://w3c.github.io/push-api/); this will not
|
|||
|
||||
[ServiceWorker notifications](https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerRegistration/showNotification) do work instead since they use
|
||||
[android.app.Notification](https://developer.android.com/guide/topics/ui/notifiers/notifications).
|
||||
|
||||
## Can PWAs be installed?
|
||||
|
||||
PWAs are only supported as home shortcuts; WebAPKs will not work because they are generated server-side on googleapis.com (which is not allowed in Bromite).
|
||||
|
|
Loading…
Add table
Reference in a new issue