javascript - ios webview How to prevent the scroll bar from being dragged when it reaches the top?
曾经蜡笔没有小新
曾经蜡笔没有小新 2017-06-24 09:44:25
0
1
1272

webview has set webView.scrollView.bounces = NO;

The outermost layer of webview can no longer be dragged

But the overscroll element inside the webview will still have a drop-down drag effect

How to ban?

There is no such problem on Android.

曾经蜡笔没有小新
曾经蜡笔没有小新

reply all(1)
習慣沉默

试试webView.scrollView.scrollEnabled = NO;

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template