Hi all,
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 ?
Thanx
EDIT : just found a nice Android/iPhone web frameworks comparison here
EDIT2 : Sensa Touch and Wink are the newcomers for pure web apps.
If you want a minimal mobile-enabled webpage, just add this meta :
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>