ZXing.Net.Mobile in Xamarin got a black screen
I started to build a library management system for small organisations. This system doesn't require a pc at all. It will works in any iOS and Android devices. It used a camera in the device as a bar scanner. I used an open source framework ZXing.Net.Mobile to do that. I found when I fire the scanner activity, it got a blank back screen. I initialized the framework
Code
MobileBarcodeScanner.Initialize (Application); |
And I gave the camera permission in AndroidManifest.xml, that still got a blank screen.
After I read the document from ZXing.Net.Mobile, it need the flash light. After I gave the flashlight permission, it works.
Trackback address for this post
Trackback URL (right click and copy shortcut/link location)
Feedback awaiting moderation
This post has 3672 feedbacks awaiting moderation...
Form is loading...