I'm trying to run on Blackberry 10 an application which already works fine on Android&iOS.
When I do a call to server I always get "Origin local:// is not allowed by Access-Control-Allow-Origin": why I'm facing a cross domain issue"? I never got any issue about cross-domain the other phonegap platforms.
I'm using Cordova 2.3, the latest WebWorks SDk for BB10 and the latest BB10 simulator (but I have the same problem also when deploying on the Dev Alpha B device).
In the config.xml of the project I already checked the :
<access subdomains="true" src="*"/>
There is some other configuration around?