marinofaggiana 5 жил өмнө
parent
commit
35d1e633aa

+ 9 - 0
iOSClient/Viewer/NCViewerRichdocument.swift

@@ -111,6 +111,15 @@ class NCViewerRichdocument: WKWebView, WKNavigationDelegate, WKScriptMessageHand
             if message.body as! String == "share" {
                 appDelegate.activeMain.openShare(with: self.detail.metadataDetail)
             }
+            
+            if message.body as! String == "downloadAs" {
+                
+            }
+            
+            if message.body as! String == "documentLoaded" {
+                
+            }
+            
         }
     }