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
- Chrome requires [HTTPS or localhost](https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-powerful-features-on-insecure-origins) (see _Troubleshooting_ for help)
103
-
- Safari also requires HTTPS **even** on localhost (see [#48](../../issues/48))
104
-
- on iOS it **really only** works with Safari. It won't work in
105
-
-_Chrome for iOS_, _Firefox for iOS_, ... (see [#29](../../issues/29))
106
-
- a WebView component of your native iOS App
107
-
- web apps added to home screen (see [#76](../../issues/76))
102
+
1. Chrome requires [HTTPS or localhost](https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-powerful-features-on-insecure-origins) (see _Troubleshooting_ for help)
103
+
2. Safari also requires HTTPS **even** on localhost (see [#48](../../issues/48)). It also won't work in:
104
+
-_Chrome for iOS_, _Firefox for iOS_, ... (see [#29](../../issues/29))
105
+
- WkWebView component of native iOS apps
106
+
- web apps added to home screen (PWA mode) **prior to iOS 13.4** (see [#76](../../issues/76))
108
107
109
108
#### `QrcodeDropZone` and `QrcodeCapture`
110
109
111
110
The newest API these components depend on is the [FileReader API](https://caniuse.com/#feat=filereader).
1.`QrcodeCapture` doesn't work in web apps added to home screen (PWA mode) on iOS prior to 11.3 (see [this StackOverflow question](https://stackoverflow.com/questions/46228218/how-to-access-camera-on-ios11-home-screen-web-app))
116
117
117
-
- Drag-and-drop is not supported on mobile
118
-
- Home screen web apps on iOS prior to 11.3 don't support `QrcodeCapture` (see [this StackOverflow question](https://stackoverflow.com/questions/46228218/how-to-access-camera-on-ios11-home-screen-web-app))
0 commit comments