mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-17 14:24:26 +01:00
ios overscroll fixed
This commit is contained in:
committed by
Tony Giorgio
parent
0b2e3bdad3
commit
cb32bec78c
@@ -13,6 +13,7 @@ class MyCustomViewController: CAPBridgeViewController {
|
||||
super.viewDidLoad()
|
||||
webView!.allowsBackForwardNavigationGestures = true
|
||||
webView!.scrollView.bounces = false
|
||||
webView!.scrollView.alwaysBounceVertical = false
|
||||
webView!.scrollView.showsVerticalScrollIndicator = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user