PWA - Locally testing barcode scanner not possible?

1
I'm integrating the barcode scanner in a PWA app after upgrading the app from from a hybrid app i 7.23 to a PWA app in 9.12. Is there a way to test the barcode scanner locally to style it? I'm getting an error when I start it on my device. In the cloud, it does show the barcode scanner and it is working.
asked
1 answers
0

The Barcode scanner is not working in the HTTP connection, you have to connect via HTTPS.
https://docs.mendix.com/appstore/widgets/barcode-scanner/

 

You may try to set up http-proxy and switch to a local HTTPS connection.

answered