首頁 > 問答 > 主體
webview 已經設定webView.scrollView.bounces = NO;
webview 最外層已經不會被拖曳了
但是webview 內部 overscroll 的元素還是會出現下拉拖曳效果
如何禁止?
安卓上就沒有這個問題。
習慣沉默2017-06-24 09:46:25
嘗試webView.scrollView.scrollEnabled = NO;
webView.scrollView.scrollEnabled = NO;