We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72b454 commit b3e1cd6Copy full SHA for b3e1cd6
README.md
@@ -9,6 +9,7 @@ A [React](https://facebook.github.io/react/) component for reading QR codes from
9
## Known Issues
10
- Due to browser implementations the camera can only be accessed over https or localhost.
11
- In Firefox a prompt will be shown to the user asking which camera to use, so `facingMode` will not affect it.
12
+- On IOS 11 it is only supported on Safari and not on Chrome or Firefox due to Apple making the API not available to 3th party browsers.
13
14
## Install
15
`npm install --save react-qr-reader`
0 commit comments