marinofaggiana 4 years ago
parent
commit
91cd7f372b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Viewer/NCViewerRichdocument/NCViewerRichdocument.swift

+ 1 - 1
iOSClient/Viewer/NCViewerRichdocument/NCViewerRichdocument.swift

@@ -67,7 +67,7 @@ class NCViewerRichdocument: UIViewController, WKNavigationDelegate, WKScriptMess
         bottomConstraint = webView.bottomAnchor.constraint(equalTo: view.bottomAnchor, constant: 0)
         bottomConstraint?.isActive = true
         
-        keyboardManager = CollaboraOnlineWebViewKeyboardManager(for: webView)
+        //keyboardManager = CollaboraOnlineWebViewKeyboardManager(for: webView)
         
         var request = URLRequest(url: URL(string: link)!)
         request.addValue("true", forHTTPHeaderField: "OCS-APIRequest")