Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have a hybrid mobile application which works on both android and ios devices.

The problem with it is that the application works fine when run on Android. However, there is a Network Error: XMLHttp Request Exception 101: saying server is unresponsive while running the application in iOS.

The application uses Cordova 2.9

I have been trying out solutions like setting async to true(initially it was false). But it does not solve my issue.

Can you please tell me the reason and the solution to be provided.

Thanks.

What I have tried:

1. Setting async to true
2. using JSONP data format instead of JSON
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900