IOS 5 (safari) bug with HTML touch events on “position:fixed” div

前端 未结 7 2065
执念已碎
执念已碎 2021-02-05 22:32

I have a position:fixed div on a scrolling web page.

At first the event works, but when the page scroll, while the fixeed divs stays in place, its \"touch\" zone seems t

7条回答
  •  自闭症患者
    2021-02-05 22:47

    I found this bug too, but the below seemed to clear it up for me:

    `
    

    add it to your html header

提交回复
热议问题