this.appView.getSettings().setUseWideViewPort(true);
this.appView.getSettings().setLoadWithOverviewMode(true);
Let me know if that works for you. Also, you probably should design
for a specific width. Your UI will be very fragile as the user goes
from portrait to landscape and phone to tablet. A great read on the
subject of responsive design can be found here for $9 in eBook format.
http://www.abookapart.com/products/responsive-web-design
Simon Mac Donald
http://hi.im/simonmacdonald
> --
> 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="width=device-width,
height=device-height, initial-scale=1.0, maximum-scale=1.0,
target-densityDpi=device-dpi" />
The initial and max scale are the key parts.
Simon Mac Donald
http://hi.im/simonmacdonald