Sencha Touch or jQuery Mobile? [closed]

2019-01-08 05:00发布

I wonder if I were to develop a mobile Web app (now, in two weeks, or in a month), which one should I go for? Which one would you mobile Web developers go for?

If jQM 1.0 were officially released today, I would most likely embrace it (as long as it actually delivers what it promises). Now that it is in alpha, I wonder whether it is worth to jump into it yet for a commercial grade project? Would Sencha Touch be a better alternative?

20条回答
叼着烟拽天下
2楼-- · 2019-01-08 05:14

Sencha touch has lived longer than jquerymobile but I found that jquerymobile handles device back button much better than SenchaTouch. I always consider back/history button handling is important in my apps, so I prefer jquerymobile. I always consider myself a JavaScript programmer, but I like the fact that I rarely need to to type any JavaScript code when I use jquerymobile. jquerymobile design is brilliant IMHO.

查看更多
甜甜的少女心
3楼-- · 2019-01-08 05:20

Sencha touch will be the best option is you are just starting because it is well documented and it has a community support. Also, with phonegap, you spend more time on the development and less on things about other mobile platforms. Phonegap will build the application for you , once you upload it to the builder .

查看更多
太酷不给撩
4楼-- · 2019-01-08 05:22

Sencha Touch is an application framework (you create your interface programmatically through Javascript) while jQuery Mobile is more of a mobile enhancement library (you write regular HTML for your content, then add jQuery mobile for transitions/animations). jQuery Mobile has an easier learning curve, but Sencha Touch can better simulate "native" apps.

查看更多
别忘想泡老子
5楼-- · 2019-01-08 05:22

I think jQuery mobile is easier to learn and seems to be very promising. Version 1.0 is not yet available, but its going to be a good product. I find it very attractive because it is based on jQuery - simplicity is the motto

查看更多
够拽才男人
6楼-- · 2019-01-08 05:22

If you know basic PHP I strongly suggest jqmphp.com. Up and running in less than 3 days a whole online mobile based site to order food!

查看更多
The star\"
7楼-- · 2019-01-08 05:26

If you're going to make a mobile version of a website, I am going to use jQuery Mobile. If you're going to make a “native” mobile application, I will be more likely use Sencha Touch.

http://tysonlloydcadenhead.com/blog/jquery-mobile-vs-sencha-touch

查看更多
登录 后发表回答