Skip to content

Commit

Permalink
docs: issues with iOS PWAs
Browse files Browse the repository at this point in the history
Closes #76
  • Loading branch information
gruhn committed Nov 10, 2018
1 parent cb617f6 commit 1c2dd52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ This component fundamentally depends on the [Stream API](https://caniuse.com/#fe

* 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)
* Safari also requires HTTPS **even** on localhost (see [#48](../../issues/48))
* on iOS it **only** works with Safari. Chrome or Firefox for iOS are not supported (see [#29](../../issues/29))

* on iOS it **only** works with Safari
* *Chrome for iOS*, *Firefox for iOS* and so on are not supported (see [#29](../../issues/29))
* even web apps added to home screen are not supported (see [#76](../../issues/76))

#### `QrcodeDropZone` and `QrcodeCapture`

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

0 comments on commit 1c2dd52

Please sign in to comment.