views:

61

answers:

3

Hi all,

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

A: 

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

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

Māris Kiseļovs
+2  A: 

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/

mcgregok
This looks interesting. I'll take sometime to site down and give it a once over.
Denis Hoctor
[Sencha person] We don't use SVG for resolution independence, we do smart things with ems rather than pixels for sizing. See our recent blog on how we do some of this stuff
Michael Mullany
Wow, very interesting. Here is a link for anyone else who is interested: http://www.sencha.com/blog/2010/08/23/resolution-independent-mobile-ui/
mcgregok
A: 

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.

Tim