Skip to content

Commit 1c2dd52

Browse files
authored
docs: issues with iOS PWAs
Closes #76
1 parent cb617f6 commit 1c2dd52

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,10 @@ This component fundamentally depends on the [Stream API](https://caniuse.com/#fe
7878

7979
* Chrome requires [HTTPS or localhost](https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-powerful-features-on-insecure-origins) (see [#38](../../issues/38) for help)
8080
* Safari also requires HTTPS **even** on localhost (see [#48](../../issues/48))
81-
* on iOS it **only** works with Safari. Chrome or Firefox for iOS are not supported (see [#29](../../issues/29))
82-
81+
* on iOS it **only** works with Safari
82+
* *Chrome for iOS*, *Firefox for iOS* and so on are not supported (see [#29](../../issues/29))
83+
* even web apps added to home screen are not supported (see [#76](../../issues/76))
84+
8385
#### `QrcodeDropZone` and `QrcodeCapture`
8486

8587
The newest API these components depend on is the [FileReader API](https://caniuse.com/#feat=filereader).

0 commit comments

Comments
 (0)