Hi, we want advice regarding web apps. Our mobile web app needs some service from remote server (for sending user name/password and authorizing). We are using Phonegap for encapsulating app to Android. Because of cross domain policies, ajax requests cannot reach service from remote server. The only solution i found is using JSONP from js frameworks like JQuery. What are other solutions? Thanks in advance.