Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
页面在Android的webview中加载html5页面时可以实现Cache。离线时如何提交,在线时同步服务器。我知道HTML5可以实现该功能,但我不知道细节。我如何实现它?谢谢你的建议。
页面提交时,js调用java代码,判断网络连接是否正常。
如果没有网络,则将信息记录在Java代码中,在程序重启或计时时判断网络是否正常。
如果有网络连接,则java代码中有httpclient,在java调用页面js代码提交。