Disable Chrome's pull-to-refresh on iPhone

后端 未结 4 1857
自闭症患者
自闭症患者 2020-12-16 01:52

I am implementing a drawing app on my site and trying to prevent overscroll while the user draws on the canvas. Despite trying several reported solutions, I cannot disable C

4条回答
  •  -上瘾入骨i
    2020-12-16 02:34

    I had the same problem. I found that CSS property only works on chrome-android.
    Finally, I successfully prevent pull-to-refresh on chrome-ios through the following:

    
    

提交回复
热议问题