-
Updated
May 12, 2020 - TypeScript
qr
Here are 211 public repositories matching this topic...
-
Updated
Jun 9, 2020 - Java
-
Updated
Jun 7, 2020 - Java
Missing info in docs
I only just noticed that I linked directly to the pen instead of the full view:
-
Updated
May 25, 2020 - JavaScript
I'm using the same example code here: https://ionicframework.com/docs/native/qr-scanner
but the camera not open and throw an error the front camera is unavailable, why?
-
Updated
Mar 11, 2019 - JavaScript
-
Updated
Jun 8, 2020 - JavaScript
Creating docs
The example is nice, however it would be better to have docs.
It could be in the wiki section or next to the code.
扫码时间过长的原因分析
在使用这个库的时候,发现有一个问题,当屏幕范围内有多个二维码的时候,会导致解析不出来二维码的结果。
然后我就和 @shifeng1993 进行邮件交流
二维码示例
原因分析
如果屏幕范围内只有一个二维码,那么这个库能完美解决问题。但是,存在多个二维码的时候,就有问题了。
react-native-camera识别二维码的顺序是先识别第一个二维码,在识别第二个二维码,再限制了区域,所以你对准第二个二维码在框内的时候,实际react-native-camera得到是第一个二维
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
Apr 21, 2017
-
Updated
Feb 18, 2020 - Dart
-
Updated
Oct 14, 2019 - Java
-
Updated
Nov 2, 2019 - Python
-
Updated
Feb 16, 2020 - C
-
Updated
Jan 30, 2020 - Java
Improve this page
Add a description, image, and links to the qr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the qr topic, visit your repo's landing page and select "manage topics."

In order to get it working needs to create also HTML element with specific id. That wasn't mentioned in docs and I was getting error till I made it randomly trying different things.