huangxiaodong месяцев назад: 8
Родитель
Сommit
bb60f16574

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

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