-webkit-overflow-scrolling: touch; breaks in Apple's iOS8

前端 未结 10 1384
刺人心
刺人心 2020-11-30 20:19

I\'m working on a web app that uses -webkit-overflow-scrolling:touch in several places to give the overflown divs inertia scrolling.

Since updating to I

10条回答
  •  萌比男神i
    2020-11-30 20:41

    I had the same problem in a Cordova web app. For me, the problem was that I had a parent

    that was animated and had the property animation-fill-mode: forwards;

    Removing this property solved the problem and fixed the broken overflow-scrolling.

提交回复
热议问题