Works quite well.
Also, iScroll (and appML that uses it) allow for fixed areas top/bottom/left/right with scrolling areas between.
Works quite well.
--
You received this message because you are subscribed to the Google
Groups "phonegap" group.
To post to this group, send email to phon...@googlegroups.com
To unsubscribe from this group, send email to
phonegap+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/phonegap?hl=en?hl=en
For more info on PhoneGap or to download the code go to www.phonegap.com
<meta name="viewport" content="user-scalable=no" />
it seems to do the trick and not have the scaling issue on some tabs that i have made..
so here comes the question..is it safe to use only
<meta name="viewport" content="user-scalable=no" />
or the rest of the info should be added as well?