针对跨域的Phonegap Blackberry构建错误

时间:2012-05-05 07:30:04

标签: blackberry cordova

当我从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="*" />

1 个答案:

答案 0 :(得分:0)

上次我遇到这个问题时,似乎所有网址都必须明确BB。如果您的URL在运行时未知(例如,用户输入了URL),那么唯一的方法就是

<feature id="blackberry.app" >
    <param name="websecurity" value="disable" />