Mobile Safari - Input caret does not scroll along with overflow-scrolling: touch

后端 未结 10 2267
攒了一身酷
攒了一身酷 2020-12-25 15:24

I know that Mobile Safari won\'t fire events while in \"momentum\" (-webkit-overflow-scrolling: touch;) scrolling. But this is not entirely the same thing, because Safari ha

10条回答
  •  旧时难觅i
    2020-12-25 15:36

    Had this same problem, my fix was altering between

    -webkit-overflow-scrolling: touch

    and

    -webkit-overflow-scrolling: auto
    

    whenever i focus/blur on inputs

提交回复
热议问题