WebPage resize on HD Devices like Nexus One

Posted by christian Muller on Stack Overflow See other posts from Stack Overflow or by christian Muller
Published on 2010-06-01T12:10:49Z Indexed on 2010/06/01 12:13 UTC
Read the original article Hit count: 384

Filed under:

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

© Stack Overflow or respective owner

Related posts about android