ios overscroll fixed

This commit is contained in:
Paul Miller
2023-11-06 17:01:21 -06:00
committed by Tony Giorgio
parent 0b2e3bdad3
commit cb32bec78c
2 changed files with 3 additions and 8 deletions

View File

@@ -13,6 +13,7 @@ class MyCustomViewController: CAPBridgeViewController {
super.viewDidLoad()
webView!.allowsBackForwardNavigationGestures = true
webView!.scrollView.bounces = false
webView!.scrollView.alwaysBounceVertical = false
webView!.scrollView.showsVerticalScrollIndicator = false
}
}