To scroll through the webview, you must check three steps:
1) the view of the web view should be: webView.userInteractionEnabled = true
2) the view of the web view should be: webview.scrollView.scrollEnabled = true
3) the content of the web view should be larger than your web frame.
source share