I want to create a cordova generic client for debug purpose. but I face the cross domain request problem. My case is: 1. I deploy my source code (html code) on a web server A. 2. My backend data source is from server B. 3. I create a cordova app and run on the device or simulator. the App access the url from server A and open the app page, that work fine. but when my js code read data from Server B, all request is failed. I guess it's cause by cross domain restriction.
Any one have solution to resolve this problem?
Thanks!