I have created a app using jqtouch. I have used ajax to send some data to server.
when i’ll compile it with phonegap or xcode to Ipad or iphone. will it be able to send data to server ?
I am asking this because i don’t know whether ajax will work on cross domain or not in Iphone.
Thanks
Regards
Now i have tested it iphone. Its for everybody who want to create iphone app with jqtouch or javascript jquery and html5.
XHR in iphone does not follow same origin Policy.
It means in iphone we can create cross domain ajax request
Note: It works only if you are opening file using file:/// protocol not using HTTP protocol