markusfisch / BinaryEye

Yet another barcode scanner for Android
https://play.google.com/store/apps/details?id=de.markusfisch.android.binaryeye
MIT License
1.38k stars 114 forks source link

Can i use this plugin in my ionic cordova project #395

Closed Cap-7 closed 10 months ago

Cap-7 commented 10 months ago

I need to scan a qr code which should return a hexadecimal value, rather than actual string. Is it possible to achieve it using this plugin in ionic?

markusfisch commented 10 months ago

Well, this is a native Android app, not a plugin. I don't know anything about ionic, sorry.

But there is https://github.com/markusfisch/BarcodeScannerView which is an Android library that can be used in Android apps. Maybe there is a way to use this from ionic?