ios 9 mobile safari has a blinking bug with transform scale3d and translate3d

前端 未结 2 841
长发绾君心
长发绾君心 2021-01-18 12:23

I\'ve developed the menu of the mobile website: http://famosos.globo.com/ (click the burger icon on the bottom of the page)

Its a carousel of brands using swiper 3.0

相关标签:
2条回答
  • 2021-01-18 12:37

    It seems to be a bug with nested layer composition and sizing of the viewport. Adding overflow: hidden in a parent layer seems to solve the problem. From a performance point of view, everything seems to be behaving the same (identical layouts, paints, compositing layers)

    0 讨论(0)
  • 2021-01-18 12:46

    I solved the problem using position: fixed on the parent.

    The blinking bug disappeared.

    Mobile website: http://famosos.globo.com/ (click the burger icon on the bottom of the page)

    0 讨论(0)
提交回复
热议问题