Settings

Theme

Ask HN: which mobile framework, if any, to use?

1 points by erlendm 14 years ago · 2 comments · 1 min read


Im developing a mobile web app for iOS and Android phones and Im not quite sure which approach to take.

Here are my options as I see them:

1. Use JQueryMobile or Sencha

I've had some experience with JQM when it was in alpha. I liked the structure and UI "look and feel" stuff, but the built in controls (ListView) were slow and the fixed positioning did not work as expected.

Haven't tried Sencha, but the pure Javascript approach seems abit unnatural.

2. No Framework

This is the most tempting approach, but I don't want to reinvent the weel.

Are there any good mini-frameworks/libraries for messaging/fixed-tabbar/basic mobile ui ?

As an example, I really like the feel of the GMail mobile app, they seem to have the fixed positioning sorted also.

Feedback welcome!

karterk 14 years ago

I suggest not taking the "no framework" approach, as you will never be able to test exhaustively across the various mobile platforms (and also the various versions in each).

I agree jQuery mobile is a bit bloated, but with better processors in phones these days, that is no longer as much of a concern as it was a year back when JQM project was launched.

  • erlendmOP 14 years ago

    My main issue with JQuery mobile was that the fixed bar did not work at all during scrolling. Will take another look though, maybe it has improved.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection