我想在webapp中禁用iOS过度滚动但仍然允许滚动主体.
$(document).on('touchmove', function(e) { e.preventDefault(); });
完全禁用滚动(正如人们所期望的那样).
有办法做我想做的事吗?
html javascript jquery web-applications ios
html ×1
ios ×1
javascript ×1
jquery ×1
web-applications ×1