We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating a new app using this repository on PhoneGap build results in "plugin unsupported: childbrowser" error.
The text was updated successfully, but these errors were encountered:
I changed config.xml to use the new plugins configuration format.
config.xml
<gap:plugin name="com.phonegap.plugins.barcodescanner" /> <gap:plugin name="com.phonegap.plugins.childbrowser" />
I managed to build and run, but I receive this error in the console when trying to scan:
Cannot call method 'scan' of undefined at file:///android_asset/www/js/index.js:67
Sorry, something went wrong.
No branches or pull requests
Creating a new app using this repository on PhoneGap build results in "plugin unsupported: childbrowser" error.
The text was updated successfully, but these errors were encountered: