Following this article explaining how to install a custom Cordova (plugin on the OutSystems platform I've tried to install the qrscanner and got the following error:
Failed to install 'cordova-plugin-qrscanner':Error: Uh oh!ENOENT: no such file or directory, open '/opt/NativeBuilder/builds/5b82b857-b4a9-4266-ac61-4fb769ff0077/source/plugins/cordova-plugin-qrscanner/www/www.min.js'
I've included the full error Log in the attached file.
Any help is welcome.
Hi guys,
I know that I might be late for the party, but I'll leave it here for other people that might come to this thread because of the cordova-plugin-qrscanner.
I've just created my version of that plugin that can be built using OutSystems, you can check it here:
Embedded Scanner Plugin
Cheers,Miguel
Marco,
Did you know that we have in forge a plugin can do same?
Barcode plugin
Regards
César Mateus wrote:
César,
Thank you for the suggestion, however I've already tried that plugin and it requires a internet connection. I was looking for an alternative that can work without a Internet connection.
Additionally I was also trying to experiment with the creation of a custom plugin and was hopping to get it to work.
Best regards.
Hi Marco. If you have problems (as I did) using the plugin that César Mateus suggested, you can also try using the Barcode Scanner plugin - which uses this cordova plugin: https://github.com/phonegap/phonegap-plugin-barcodescanner
leonardo.fernandes wrote:
Leonardo,
I'm going to give it a try. Can you tell me if this puling works in offline mode?
Hello Marco. Yes, it works offline, and I've used it successfully in a project.