IBM Worklight 6.1 - 用于直接更新的摇动设备

时间:2014-07-19 06:39:10

标签: android ibm-mobilefirst

在研究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

但是,在摇动设备时,我无法收到直接更新的提醒。 是否有任何更改,我必须完成以便接收直接更新。

PDF

enter image description here

1 个答案:

答案 0 :(得分:1)

您阅读的这个模块是什么,表示您可以通过摇动设备来调用直接更新?提供链接。

Worklight 6.1中的直接更新在两种情况下发生,在应用程序重新部署到Worklight Server后

  1. 启动应用程序
  2. 从背景返回前景

  3. 为了使用"摇动刷新"能力,您需要按照:Preview web resource changes on an emulator or mobile device

    中提供的说明进行操作

    重要:

    • 摇动刷新生产要素
    • 与"直接更新"相同,。特征
    • 摇动刷新需要使用预览资源
    • 摇动刷新意味着仅用于测试

    使用"摇动刷新":

    1. 创建一个新的Worklight项目和应用程序
    2. 添加Android环境
    3. Run As>在Worklight Development Server上运行
    4. 打开Worklight Console并预览Android环境
    5. 点击此图标复制预览网址

      enter image description here

    6. 打开生成的Android项目>资产> wlclient.properties
    7. 使用"预览网址"替换" index.html;您已在上面的第5步中复制了
    8. 在设备上运行应用;验证它是否正常工作
    9. 更改Eclipse中的一些Web资源
    10. Run As>在Worklight Development Server上运行
    11. 摇动设备
    12. 现在应该刷新设备中的应用程序资源。