android - Viewport on Opera Mini & WM6.1 does not match 100% of the `device-width` -


  • sample page: 256.cz/test/ code: meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"

  • same css style mobile view , normal view

  • latest opera mini android market (android version 2.1) - scale not 100% :-(
  • latest opera mini site opera (windows mobile 6.1, native opera mini, not java) - scale not 100% :-(
  • latest opera mini site opera (sony ericsson w995) - scale 100% :-)
  • latest opera mini site opera (blackberry) - scale 100% :-)

how achieve proper display (scale 100%) on mobile devices?

opera mini set device-width makes sense, considering font size , on. e.g. on htc desire, default zoom level 170%, resulting in device-width of 282px (480px/1.7). target-densitydpi=device-dpi supported opera mobile, not opera mini.

in other words, @ present, there no way force 1 css pixel equals 1 device pixel on opera mini.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -