Why does simple website crash on mobile (iOS Safari and Chrome, at least)?

后端 未结 7 1383
深忆病人
深忆病人 2021-01-30 18:42

I have a website that is very simple, but very long -- a lot of text that could be scrolled through. It\'s a documentation site, and considering the nature of the content (a lot

7条回答
  •  遥遥无期
    2021-01-30 19:14

    On my site it was caused by elements with the css property -webkit-backface-visibility: hidden

    removing this property fixed all crashes!

    see iOS: Multiple divs with -webkit-backface-visibility:hidden crash browser when zooming

提交回复
热议问题