webview 已经设置webView.scrollView.bounces = NO;
webview 最外层已经不会被拖拽了
但是webview 内部 overscroll 的元素还是会出现下拉拖动效果
如何禁止?
安卓上就没有这个问题。
试试webView.scrollView.scrollEnabled = NO;
webView.scrollView.scrollEnabled = NO;
试试
webView.scrollView.scrollEnabled = NO;