浏览代码

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