2012-05-05 89 views
3

當我從手機構建我的應用程序。它適用於iPhone,iPad,Android,但在黑莓手機中無法使用。Phonegap黑莓構建錯誤的跨域

我在調用跨域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. 

我在​​3210

<access subdomains="true" uri="*" /> OR <access origin="*" /> 

使用?

回答

0

上次我有這個問題,似乎所有的URL都必須是BB的顯式。如果您的網址是在運行時未知的(例如,用戶輸入的URL),它周圍的唯一方法是

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