-
Right now the app asks for camera and files permissions on boot but I need it to only ask for it if the user wants to use the camera or the library.
I don't find anything in AndroidManifest.
-
Hi there,
is there any way I can translate the messages like "Request Camera Permissions", "Scan an Image File"?
-
It's normal to have a frame to scan the QR code. And I'd like to only scan QR code within that fram.
Is it possible to only scan a small area within the camera view?
### What's happening?
!…
-
Hi, I'm having the same issue as #8 with QR Codes including UTF-8 encoded Characters.
I have two similar QR Codes with a JSON Payload looking like this:
```JSON
{
"signature": "QZwMUaO6yhZAu…
-
Hi all,
I am trying to mock this library
jest.mock('vision-camera-code-scanner',()=>({
useScanBarcodes: jest.fn(),
BarcodeFormat:{
ALL_FORMATS:0
}
}));
but this is not…
-
### JNI 相关资料
* [向您的项目添加 C 和 C++ 代码](https://developer.android.com/studio/projects/add-native-code.html?utm_source=android-studio#link-gradle)
* [googlesamples-android-ndk](https://github.com/googles…
-
When I run the web app and try to load the QR scanner, my camera activates (green light turns on), but no camera view appears. It is still able to scan QR codes. If I start a new tab in safari and the…
-
Hello there,
I am using this plugin for scanning QR Codes from last one month, everything was working fine but one QR gives me the above mentioned error while scanning. I have checked that QR with …
-
How can I rescan when I click the button ?
### What's happening?
I have a screen, when I open screen, the first scan is ok.
But I want to press a button and the component scan again
How can I do…
-
App becomes Non-Responsive
### What's happening?
App stops responding and crashes in Android
### How can it be reproduced?
When the code is present, app crashes sometimes (only Android,…