Android WebView seems to ignore “viewport” information on web pages

后端 未结 8 2107
情深已故
情深已故 2020-12-15 00:37

I have a website that is using the viewport META tag to tell mobile browsers how to display content ( ). Viewing the page in the Android browser looks correct (and iPhone,

8条回答
  •  时光说笑
    2020-12-15 00:49

    Use this:

     
    

    Now Android WebView and the Browser adheres to the viewport settings.

    Phew, this took a lot of tweaking to get right. Jeez.

提交回复
热议问题