Why won't the Android browser span this paragraph over the full browser width?

后端 未结 8 2008
无人及你
无人及你 2020-12-24 13:26

The Problem:

\"enter


The Question

The paragraph will fill th

8条回答
  •  感情败类
    2020-12-24 14:03

    After hitting this problem, Combining meta viewport and media queries provided the simplest solution. Just adding to the source HTML provided in the question fixed the display in the Android browser (using an Android 4.2 virtual device). Quoting the above link:

    Normally the layout viewport takes a width that the vendor has decided is optimal for viewing desktop sites.

    By setting the meta viewport to device-width you’re sure that your site’s width is optimised for the device it’s being viewed on.

提交回复
热议问题