P Pepebis Member Licensed User Longtime User Oct 8, 2020 #1 Hello . I'm using this example https://www.b4x.com/android/forum/threads/qrcodereaderview-new-release.82265/ to change it for b4x pages. After changing everything scanner is not working. Attaching my example. There is no errors - just not scanning. Attachments ProjectQRScanner.zip 498.7 KB · Views: 207
Hello . I'm using this example https://www.b4x.com/android/forum/threads/qrcodereaderview-new-release.82265/ to change it for b4x pages. After changing everything scanner is not working. Attaching my example. There is no errors - just not scanning.
Johan Schoeman Expert Licensed User Longtime User Oct 8, 2020 #2 Add runtime permission for the camera. It will then work - have downloaded and tested the scanner in your project and it works when runtime permission for the camera is added Upvote 0
Add runtime permission for the camera. It will then work - have downloaded and tested the scanner in your project and it works when runtime permission for the camera is added
P Pepebis Member Licensed User Longtime User Oct 8, 2020 #3 That is good info. Let me go through forum and find out how to deal with runtime permission. Thank you Upvote 0
That is good info. Let me go through forum and find out how to deal with runtime permission. Thank you
P Pepebis Member Licensed User Longtime User Oct 8, 2020 #4 I find out permission log list. It's showing is dangerous so I added to manifest B4X: AddPermission(android.permission.CAMERA) still not working. Any idea ? Attachments Screen Shot 10-08-20 at 08.06 PM.PNG 12.3 KB · Views: 173 Upvote 0
I find out permission log list. It's showing is dangerous so I added to manifest B4X: AddPermission(android.permission.CAMERA) still not working. Any idea ?
P Pepebis Member Licensed User Longtime User Oct 8, 2020 #5 may I ask from where you change that permission? Changing the manifest for each project separately it's let's say problematic. Upvote 0
may I ask from where you change that permission? Changing the manifest for each project separately it's let's say problematic.
Erel B4X founder Staff member Licensed User Longtime User Oct 9, 2020 #6 Start here: [B4X] [B4XPages] Barcode Reader Latest search for runtime permissions. Upvote 0