开发者

Android Phonegap1.0 usePolling

开发者 https://www.devze.com 2023-04-08 10:50 出处:网络
I have problem with Android phonegap1.0 my app was working well but suddenly it prompt usePolling messages

I have problem with Android phonegap1.0 my app was working well but suddenly it prompt usePolling messages I don't know what I did that cause this message to appear.

Is t开发者_如何学运维here any update in that?


Looking at the source code I suspect that the usePolling message appears if the responses from XHR requests to the server start taking too long. It is prompting the end user to use polling so that the requests do not lock up the phone. This is just a guess.

https://github.com/phonegap/phonegap/blob/master/Android/phonegap-1.0.0.js

0

精彩评论

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