Cordova插件ListPicker错误在Ripple仿真器 [英] Cordova plugin ListPicker error on Ripple emulator

查看:284
本文介绍了Cordova插件ListPicker错误在Ripple仿真器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Visual Studio中使用Cordova,并添加了 ListView插件。通过config.xml编辑器屏幕成功添加插件

I'm using Cordova within Visual Studio and added the ListView plugin. The plugin was added successfully via the config.xml editor screen

当我调用 window.plugins.listpicker.showPicker 我可以跟踪一路到<$​​ c $ c> cordova.exec(_callback,_error_callback,'ListPicker','showPicker',[config])然后Ripple显示I Haz Cheeseburger on ListPicker.showPicker我们似乎缺少一些东西:(

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

推荐答案

简短版本:你没有做错什么,在实际的设备或模拟器上测试你的应用程序,它应该可以正常工作。 >
Long版本:

Short Version: You did not do anything wrong, test your app on a actual device or an emulator and it should work fine.


Long Version:


注意:Ripple不提供Cordova API或本机设备功能的完整模拟...您可以通过在实际设备或模拟器上测试来实现此功能。

Caution: Ripple doesn’t provide a complete simulation of Cordova APIs or native device capabilities... You can achieve this by testing on actual devices or emulators.

取自这里

Ripple仅仅是一个模拟器:它模拟一些真实设备的能力,而不是所有的。您似乎可以测试Ripple中的 Cordova核心插件 ,但几乎不支持自定义插件。

我创建了一个空的项目Cordova应用程序,并从您提供的链接粘贴示例代码:在Ripple我得到你所描述的错误,而一切正常罚款,如果我在我的Android设备上运行该应用程序。

Taken from here
Ripple is just a simulator: It simulates some of the capabilities of a real device, not all of them. It seems you can test the Cordova core plugins in Ripple, but there is pretty much no support for custom plugins.
I created an empty project Cordova app and just pasted the sample code from the link you provided: In Ripple I get the error you described, while everything works fine, if I run the app on my android device.

这篇关于Cordova插件ListPicker错误在Ripple仿真器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆