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
Post a Comment