浏览代码

1.推流页延迟系统触摸事件

huangxiaodong 1 年之前
父节点
当前提交
b1de89c0b2
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      创维盒子/双子星云手机/CloudPlayer/PlayerViewController.mm

+ 4 - 0
创维盒子/双子星云手机/CloudPlayer/PlayerViewController.mm

@@ -2964,4 +2964,8 @@ static int  couneeee = 0;
     [self updatePlayViewRate:1.0];
 }
 
+//延迟系统触摸事件
+- (UIRectEdge)preferredScreenEdgesDeferringSystemGestures{
+    return UIRectEdgeAll;
+}
 @end