webview 已經設定webView.scrollView.bounces = NO;
webview 最外層已經不會被拖曳了
但是webview 內部 overscroll 的元素還是會出現下拉拖曳效果
如何禁止?
安卓上就沒有這個問題。
嘗試webView.scrollView.scrollEnabled = NO;
webView.scrollView.scrollEnabled = NO;
嘗試
webView.scrollView.scrollEnabled = NO;