WebPage resize on HD Devices like Nexus One
- by christian Muller
Hi,
our Webpage:
http://www.checkdent.com/mobile/sv.php?id=12332181087788749
looks fine on Android G1, but comes resized on the Google Nexus
(higher resolution)
Half part of the Page is outside of the View!
I implemented as mentioned at several places the:
target-densityDpi=device-dpi
< meta content="minimum-scale=1.0, width=device-width, , target-
densityDpi=device-dpi, maximum-scale=0.6667, user-scalable=no"
name="viewport" /
it works great within the 'android browser' but in my Webview
Application it still resize!!
What can i Do?
Regards Chris