Home > Q&A > body text
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.
習慣沉默2017-06-24 09:46:25
试试webView.scrollView.scrollEnabled = NO;
webView.scrollView.scrollEnabled = NO;