How to implement Barcode scanner

1
Hi all,  Does anyone have ideas on how to implement barcode scanner? I need to implement Barcode Scanner in Hybrid Phone App. I tried with Barcode Scanner widget but the app says it cannot detect Camera. Some forum answers say I need to config Phonegap/Cordova, but Phonegap is no longer available. Is there anything I can use instead?   https://community.mendix.com/link/questions/103260 https://community.mendix.com/link/questions/97073   Any information is helpful Thank you in advance, Regards, Yuki
asked
2 answers
1

You’ll need phonegap/cordova and build the app locally as adobe discontinued the phonegap build service and more.

See here for more information: https://blog.phonegap.com/update-for-customers-using-phonegap-and-phonegap-build-cc701c77502c

answered
1

On a previous Mx7 project we also used phonegap for building the apk. Now in a Mx8 project, we use a beta-version of the NBUI, the Native Builder UserInterface. This will be released with Mx 8.15 and make that building easier, but it is only for native apps. It is probably not an option to switch, just for this.

answered