css viewport width: device-width doesn't work for some Android app's inner browser (say micro message) -


i set

@-ms-viewport { width: device-width; initial-scale: 1; } @-o-viewport { width: device-width; initial-scale: 1; } @viewport { width: device-width; initial-scale: 1; } p { font-size:2em; font-weight:normal; white-space:normal; width:100%; color:#7b7b7b; } 

in css file, , sure loaded page displayed in android default browser, not in micro message inner browser. lines inside tag p not 100% width in preview display model. when double click screen zoom in, lines inside tag p 100% width.

how make lines width auto adjust in preview display model in browser?

thanks.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -