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.
我想在 phonegap 中构建一个应用程序,它记笔记并将其保存在服务器中,但是当没有连接时将其保存在本地,当连接可用时保存在 Web 服务器中。我能怎么做?
Cordova (phonegap) 有很多 API 可以帮助你做到这一点,包括:
addEventListener()
当设备在线并且用户点击保存时,您可能只想通过 JSON 将笔记发送到您的服务器。