Denis Hoctor
Denis Hoctor

Reputation: 2607

What JavaScript frameworks are out there for building smartphone websites?

I'm looking to see what JavaScript Frameworks exist for the creation of Smartphone websites and what your experiences with them have been?

Similar to the work in progress jQuery Mobile (http://jquerymobile.com/)

Thanks, Denis

Upvotes: 1

Views: 342

Answers (4)

WinkSl
WinkSl

Reputation: 26

To keep a simple code and take advantage of innovative components, you should look at the javascript toolkit Wink, a project of the Dojo Foundation.

Upvotes: 0

Tim
Tim

Reputation: 13258

Beside jQuerymobile, Sencha Touch and jQTouch there are no more frameworks which are suitable for mobile web applications. But I think in the next month, the other JavaScript frameworks like DoJo, YUI, etc. will also offer this support. But Sencha Touch is the best at the moment, because jQuerymobile is not released yet.

But I will wait for jQuerymobile.

Upvotes: 0

mcgregok
mcgregok

Reputation: 56

Sencha Touch looks pretty solid from what I have seen. It Has more than just cross device touch devices which is the bare minimum I would want when developing mobile apps. It also has a UI framework (which I am guessing uses SVG since it claims to be resolution independent). It is created by the same people who made EXTJS so I would expect it to be a quality product. It might be worth a look:

http://www.sencha.com/

Upvotes: 2

Māris Kiseļovs
Māris Kiseļovs

Reputation: 17295

There are some jQuery plugins like http://jqtouch.com/ .

And yes, many of us are waiting for jQueryMobile :)

Upvotes: 0

Related Questions