Bläddra i källkod

disable scrollview bouncing in webxdc webview

cyberta 3 år sedan
förälder
incheckning
eca041a9db
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      deltachat-ios/Controller/WebxdcViewController.swift

+ 1 - 0
deltachat-ios/Controller/WebxdcViewController.swift

@@ -142,6 +142,7 @@ class WebxdcViewController: WebViewViewController {
     override func viewDidLoad() {
         super.viewDidLoad()
         self.title = dcContext.getMessage(id: messageId).getWebxdcInfoDict()["name"] as? String
+        webView.scrollView.bounces = false
     }
     
     override func willMove(toParent parent: UIViewController?) {