Skip to content Skip to sidebar Skip to footer

Viewport On Opera Mini & Wm6.1 Does Not Match 100% Of The `device-width`

sample page: 256.cz/test/ with 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

Solution 1:

Opera Mini will set the device-width to something that makes sense, considering font size and so on. E.g. on the HTC Desire, the default zoom level is 170%, resulting in a device-width of 282px (480px/1.7). target-densitydpi=device-dpi however is only supported by Opera Mobile, not by Opera Mini.

In other words, at present, there is no way to force that 1 CSS pixel equals 1 device pixel on Opera Mini.

Post a Comment for "Viewport On Opera Mini & Wm6.1 Does Not Match 100% Of The `device-width`"