Add question about PWAs WebAPK support

This commit is contained in:
csagan5 2020-03-07 08:47:32 +01:00
parent e7d8daac10
commit f5275180b4

4
FAQ.md
View file

@ -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).