Single/sub pixel misalignment of divs on ipad and iphone safari

后端 未结 8 727
粉色の甜心
粉色の甜心 2020-12-23 12:20

I\'ve got the following situation, and I need some help...

  1. Two divs, same size, same location, one on top of the other
  2. Everything works as expected on
8条回答
  •  死守一世寂寞
    2020-12-23 12:30

    I'd try playing with meta/viewport options, specifically setting initial scale to 1.0 and disabling user zooming.

    https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html

提交回复
热议问题