I\'m working on a web app that uses -webkit-overflow-scrolling:touch in several places to give the overflown divs inertia scrolling.
-webkit-overflow-scrolling:touch
Since updating to I
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. 0 讨论(0) 查看其它10个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
that was animated and had the property animation-fill-mode: forwards; Removing this property solved the problem and fixed the broken overflow-scrolling. 0 讨论(0) 查看其它10个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
animation-fill-mode: forwards;
Removing this property solved the problem and fixed the broken overflow-scrolling.