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.
试试webView.scrollView.scrollEnabled = NO;
webView.scrollView.scrollEnabled = NO;
试试
webView.scrollView.scrollEnabled = NO;