Live data from Hacker News

Poll: What mobile HTML5 framework do you use?

news.ycombinator.com

1–10 of 59 posts

Re: Poll: What mobile HTML5 framework do you use?

#5
I have a feeling Enyo is going to be a popular choice soon. I've been using Enyo exclusively since it came out. I've been using Prototype.js with Enyo both to port legacy code and because I like the style (even if popular consensus is not to mess with the prototype of native objects).

Re: Poll: What mobile HTML5 framework do you use?

#6
Phonegap and Titanium are different things from jQuery Mobile and Sencha Touch, which are slightly different form jQTouch.

Want to build a complex app that could run on iOS, Android and Windows Mobile with no(t much) fuss? Don't like writing HTML or CSS by hand but enjoy writing JavaScript MVC stuff and fancy learning new stuff? Go with Sencha.

Want to build a nice mobile interface for a website but you need your very own markup and CSS and you'd also like to apply your jQuery king-funess to the project? jQuery Mobile is the thing you need.

Want that "site" to be a native app that talks with your web services and uses accelerometer, gps and camera? Add Phonegap.

Re: Poll: What mobile HTML5 framework do you use?

#8

I have a feeling Enyo is going to be a popular choice soon. I've been using Enyo exclusively since it came out. I've been using Prototype.js with Enyo both to port legacy code and because I like the style (even if popular consensus is not to mess with the prototype of native objects).

what is Enyo?

Re: Poll: What mobile HTML5 framework do you use?

#10
post #8

I have a feeling Enyo is going to be a popular choice soon. I've been using Enyo exclusively since it came out. I've been using Prototype.js with Enyo both to port legacy code and because I like the style (even if popular consensus is not to mess with the prototype of native objects).

what is Enyo?

An open source object-oriented JavaScript framework for mobile or web apps from HP. Powers webOS
Post reply on HN