I have a problem with my phonegap project working on blackberry simulator. The version is 10.
When I say phonegap, I haven\'t used any Cordova features yet but my simple
This could be a cross-site request issue - I'm suspecting that the PHP side doesn't accept requests from outside of its own domain.
How about putting this header at the top of your PHP file?
header('Access-Control-Allow-Origin: *');