I am developing an Android Application using phonegap. Everything is working fine as request/response, now I have to handle the situation when no 3G network is available and wifi is disabled, in this case my jquery ajax() request does not do anything it does not come to error handler even. I have put the timeout of 10seconds.
Can somebody tell me what is going wrong with ajax request? why the error handler is not calling?
Thanks