开发者

AJAX-Request from Phonegap Apps

开发者 https://www.devze.com 2023-01-13 22:32 出处:网络
I\'m working on a mobile web-app using HTML5 and sencha touch. My next step is to add some native capability using phonegap. My app uses Ajax requests to retrieve data from a server component and i 开

I'm working on a mobile web-app using HTML5 and sencha touch. My next step is to add some native capability using phonegap. My app uses Ajax requests to retrieve data from a server component and i 开发者_运维知识库am not sure if ajax will work within phonegap packed apps? Should i use JSONP instead?


No need for JSONP. Since the html files are local files, there is no cross domain restriction.

0

精彩评论

暂无评论...
验证码 换一张
取 消