nativescript-barcodescanner icon indicating copy to clipboard operation
nativescript-barcodescanner copied to clipboard

🔎 NativeScript QR / barcode (bulk)scanner plugin

Results 60 nativescript-barcodescanner issues
Sort by recently updated
recently updated
newest added

Can this plugin pick QR from image? E.g. Pick image/photo from gallery & then scan the QR?

- Updates the src and demo to use latest NS and webpack setup. - Fix the crash on scan by `init` the instance of the VolumeObserverClass.

Hello, I'm experiencing an issue building/running my app with barcodescanner package. This is easy to replicate - create new drawer template project, add `nativescript-barcodescanner` and try to build. Here's an...

Hi @EddyVerbruggen Since moving to NS8, this plugin crashes the Android version of my app. Works perfectly fine on iOS. Errors received are: `System.err: An uncaught Exception occurred on "main"...

The nomal log writes: (11db) `#3 0x000000010554b9f8 in tns::Interop::CallInitializer(v8::Local, tns::MethodMeta const*, objc_object*, objc_class*, tns::V8Args&) at /Users/rigor789/Code/ns-v8ios-runtime/NativeScript/runtime/Interop.mm:111` ``` NativeScript`tns::Interop::CallInitializer: 0x10554b928 : sub sp, sp, #0x70 ; =0x70 0x10554b92c : stp x26,...

When the barcode scanner is invoked, the application crashes on ios with the latest nativescript runtime. **NativeScript Info** ✔ Component nativescript has 8.1.1 version and is up to date. ✔...

So i used the continousScanCallback, it works but upon pressing back to close the scanner, navigation does not work anymore, modals do but any navigation doesn't. Here's my code segment....

Hi Eddy, I really like your plugin and I wanted to know if when opening the activity in android it can be customized, such as adding a button Waiting for...