android autofit mode causing issues with css width in web page

前端 未结 13 1531
挽巷
挽巷 2020-12-13 10:49

I am having problems with the auto resize feature of the android browser. The widths on my site are going a bit haywire when the device is in portrait mode.

What I w

13条回答
  •  春和景丽
    2020-12-13 11:15

    One thing is for sure, the auto-fit 'feature' is causing a lot of gray hair for developers.

    I solved the issue by inserting a transparent image, 1 pixel tall and 650 pixels wide (the width of my email) at the very top of my email.

    Even with auto-fit enabled my email now renders as it's supposed to.

    REST OF EMAIL HERE

提交回复
热议问题