I have an application where the html/javascript code executes fine in a standalone browser safari, but when the ajax calls are executed in PhoneGap, they all fail with the Network Error 101.
I am requesting XML documents
是.
但是,它没有使用HTTPS协议正常处理证书错误.我最终编写了自己的代码来建立与服务器的初始连接,并忽略了证书错误
这是代码 http://blog.clearlyinnovative.com/post/1012434483/phonegap-and-iphone-development