You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guy, I has been try to using this plugin, but I have a problem, I follow all of instructions, download the js file and the class, write the permissions and plugins in the configuration files, but the plugin. doesnt works, the console show the following message:
11-27 20:07:46.376: E/Web Console(327): TypeError: Result of expression 'window.plugins.AccountList' [undefined] is not an object. at file:///android_asset/www/js/main.js:114
I really don't understand what it causes this erros. I've been using another phonegap plugin, the barcode scanner and ir works perfectly. I compared the plugins and realized that the plugin Barcode scan uses a call through the command cordova.exec(), while, the accounlistplugin uses Phonegap.exec. Try to use the cordova.exec, but it doesn't work too. I want to know How can i solve this problem?
The text was updated successfully, but these errors were encountered:
Hi guy, I has been try to using this plugin, but I have a problem, I follow all of instructions, download the js file and the class, write the permissions and plugins in the configuration files, but the plugin. doesnt works, the console show the following message:
11-27 20:07:46.376: E/Web Console(327): TypeError: Result of expression 'window.plugins.AccountList' [undefined] is not an object. at file:///android_asset/www/js/main.js:114
I really don't understand what it causes this erros. I've been using another phonegap plugin, the barcode scanner and ir works perfectly. I compared the plugins and realized that the plugin Barcode scan uses a call through the command cordova.exec(), while, the accounlistplugin uses Phonegap.exec. Try to use the cordova.exec, but it doesn't work too. I want to know How can i solve this problem?
The text was updated successfully, but these errors were encountered: