Android - Best cross-mobile javascript framework

Id like to create a small cross-mobile javascript application, which consists of a form and a grid as result. I also want to display some images, with something similar to lightbox. I coded an home maded prototype but id like to add 'touch' effects and support multiple screens easyly.

I looked at JqTouch but its very slow on my HTC magic/android. Also found XuiJs but cant find any working example !

Anyone found something light, nice, and iPhone+Android compatible ?

Also, is it possible to access some of the phone API using javascript ?

EDIT : just found a nice Android/iPhone web frameworks comparison here

EDIT2 : Sencha Touch and Wink are the newcomers for pure web apps.

EDIT3 : advanced mobiles frameworks comparison : http://www.markus-falk.com/mobile-frameworks-comparison-chart/

If you want your webpage to be resized for mobiles, just add this meta :<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>

Popular Posts