当我从phonegap构建我的应用程序时。它适用于iPhone,iPad,Android,但在黑莓手机中无效。
我正在调用跨域API WSDL。
在黑莓中它会出错
URL (exmple :- http://google.com)- could not be retrieved because it was not found in config.xml.
Please verify the <access> elements in the WebWorks config. Contact your service provider if the problem persists.
我必须在config.xml
<access subdomains="true" uri="*" /> OR <access origin="*" />
答案 0 :(得分:0)
上次我遇到这个问题时,似乎所有网址都必须明确BB。如果您的URL在运行时未知(例如,用户输入了URL),那么唯一的方法就是
<feature id="blackberry.app" >
<param name="websecurity" value="disable" />