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.
好的,我想创建一个简单的应用程序,让用户可以将内容添加到手机上的列表中。
但是,如果离线,我希望它存储在本地存储中,然后一旦重新在线将所有尚未同步的内容发布到服务器。
最简单的方法是什么?我会使用 jQuery/mobile,并且主要用于 iPhone。
我是否需要设置 setTimout 以不断检查在线连接?
如果由于缺少连接而导致命令失败,则切换到离线模式。在离线模式下,定期检查您是否与 setTimeout 建立了连接。如果连接恢复,请不要定期检查连接。