ソースを参照

1.延迟系统触摸事件

huangxiaodong 8 ヶ月 前
コミット
bb60f16574
共有1 個のファイルを変更した5 個の追加0 個の削除を含む
  1. 5 0
      创维盒子/双子星云手机/webRtc/webRtcPlayerViewController.m

+ 5 - 0
创维盒子/双子星云手机/webRtc/webRtcPlayerViewController.m

@@ -1177,4 +1177,9 @@
         }
     }
 }
+
+//延迟系统触摸事件
+- (UIRectEdge)preferredScreenEdgesDeferringSystemGestures{
+    return UIRectEdgeAll;
+}
 @end