瀏覽代碼

Enable touch scrolling

Fixes #129
Antony Male 9 年之前
父節點
當前提交
9fe94b88b4
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/SyncTrayzor/Pages/ViewerViewModel.cs

+ 2 - 0
src/SyncTrayzor/Pages/ViewerViewModel.cs

@@ -128,6 +128,8 @@ namespace SyncTrayzor.Pages
         {
             webBrowser.RequestHandler = this;
             webBrowser.LifeSpanHandler = this;
+            // Enable WPF touch scrolling - may cause issues, see https://github.com/cefsharp/CefSharp/pull/1418
+            webBrowser.IsManipulationEnabled = true;
             webBrowser.RegisterJsObject("callbackObject", this.callback);
 
             // So. Fun story. From https://github.com/cefsharp/CefSharp/issues/738#issuecomment-91099199, we need to set the zoom level