You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,8 +78,10 @@ This component fundamentally depends on the [Stream API](https://caniuse.com/#fe
78
78
79
79
* 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)
80
80
* 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
+
83
85
#### `QrcodeDropZone` and `QrcodeCapture`
84
86
85
87
The newest API these components depend on is the [FileReader API](https://caniuse.com/#feat=filereader).
0 commit comments