1

I am currently using jquery mobile and frameworks to build mobile applications.

The performance and pace of mobile apps are low when Jquery Mobile combined with Phonegap and comparitively high when Appgyver is worked with . However I am not sure about applying all the above said frameworks together.

Is there any possibility to be more elloborate on how to combine Appgyver , mobile and ? I would really appreciate if I can get a real example and tutorial on the usage and resultant on the same.

Thanks in advance

4

1 回答 1

4

JQuery Mobile 经过优化,可以在大量设备和浏览器上工作,而不仅仅是在 phonegap 内,因此最好使用不同的专门框架来完成您的工作。

Steriods 推荐 angular 用于 javascript 建模和 topcoat 用于 ui 增强。

JQuery mobile 处理从移动样式到页面导航和历史记录的所有内容。您可以使用 JQuery mobile 进行样式设置,然后使用类固醇进行导航和页面转换。

AppGyver 现在已切换到使用 Ionic 作为其默认框架。Ionic 是基于 Angular JS 构建的,但它专门为在 PhoneGap 中使用而优化。您甚至可以使用他们的命令行工具创建一个 phonegap 项目。他们还发布了一个很棒的插件来修复 android 和 ios 上可怕的键盘问题。我希望在时间允许的情况下尽快从 Jquery Mobile 切换到 Ionic。

于 2013-09-25T21:19:18.570 回答