TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Which JS mobile frameworks do you use?

3 pointsby BornInTheUSSRover 14 years ago
I have been playing with JQtouch, which is great but JQuery mobile also looks promising and I see many options on http://wiki.phonegap.com/w/page/35501579/JavaScript-Libraries. Any thoughts on your experiences with these would be appreciated.

2 comments

cdsanchezover 14 years ago
Although I've been tempted to use jQuery Mobile or Sencha Touch for a mobile application I've begun working on, I've decided to just start it from scratch. The main thing that's kept me away from these frameworks is speed. For example, many of the UI elements in jQMobile just don't seem very responsive (testing using my old HTC G1) - you select them and then there's a noticeable delay before any action. I don't if it's just me, but I find that irritating. The page transitions in jQMobile are also slow and choppy. Sencha Touch seems to be a little better in this regard, but it's still too bloated for my purposes.<p>I think these frameworks will get better with time (especially jQ Mobile),but for now and in my case they're just not worth the bloat in spite of all (or because of?) the great features they have. On a side note, not all frameworks are out of the picture. I am still considering using Backbone.js or Sammy.js to sort out all of the application logic.
calebmpetersonover 14 years ago
I've had a good amount of success with jQTouch as well. Built a full app with it last month which works quite well in offline mode with HTML5 cache manifest. My only complaint about it would be that some of the theming is incomplete: the pressed styles don't work for buttons. A small thing which would be easy to fix - I just hadn't bothered.
评论 #2213826 未加载