1

I am trying to understand the form in which the mobile UI portion of a KonyOne Studio hybrid app is produced and whether I can have a disconnected hybrid app. As I understand it now for hybrid apps (Web and native parts), Forms in the KonyOne Designer get converted into JSPs. Is that correct? Can I assume this type of app must run connected all the time so that the JSP output is always up to date? Thanks.

4

1 回答 1

0

所以这里有一点误解:

  • 当输出为 Hybrid 时,表单将转换为 SPA(单页应用程序,HTML5 的一项功能),并嵌入到应用程序本身中。
  • Hybrid shell 是一个原生应用程序,表单上的内容(在 HTML5 中)和 shell(纯原生)之间存在 javascript 绑定
  • 应用程序的 SPA 部分只需要在进行服务调用时连接到网络。因此,要回答您的问题,只要您不返回服务器获取数据,您就可以拥有一个“离线”(非网络连接)应用程序。对于数据呼叫,您需要连接。
于 2014-02-10T04:11:39.677 回答