【发布时间】:2014-07-19 18:44:53
【问题描述】:
在学习IBM Worklight 6.1时,模块告诉我们web资源的变化可以在摇动的时候直接更新到设备上,如果是web,我们可以重新加载页面来查看结果。我做了以下事情来测试它,
1. Developed a sample application in IBM Worklight 6.1.0
2. The app should connect to the worklight server, so i made connectOnStartUp:true
3. Added Android environment, build and deployed the app successfully.
3. Deployed the app to android device [version - 2.3.6]
4. Added some web resources to the app and saved the file successfully
5. If I reload the web page in the desktop, the changes are automatically reflected
但是,当我摇动设备时,我无法收到直接更新的提示。 是否有任何更改,我必须完成才能收到直接更新。
【问题讨论】: