Chrome are not able to access iPhone Camera with react-qr-reader - npm

Viewed 2040

The below is code of React

<QrReader
      delay={300}
      onError={this.handleError}
      onScan={this.handleScan}
      style={{ width: '100%' }}
/>

The link works fine on all Browsers in Android device, also works fine on Safari browser of iPhone devices, but it does not even ask camera permission for other Browsers like Chrome and Firefox on iPhone Devices.

1 Answers
Related