I'm using Cordova within Visual Studio and added the ListView plugin. The plugin was added successfully via the config.xml editor screen
When I call window.plugins.listpicker.showPicker
I can trace all the way to cordova.exec(_callback, _error_callback, 'ListPicker', 'showPicker', [config])
then Ripple displays the "I Haz Cheeseburger" error on ListPicker.showPicker We seem to be missing some stuff :(
I have verified that the plugin is listed in the plugins folder with other plugins that I am using
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…