提交 9e5b6800 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-10688

上级 4772b73b
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
// Hacks for Mobile Safari // Hacks for Mobile Safari
self.options.useVideo.setAttribute("playsinline", true); self.options.useVideo.setAttribute("playsinline", true);
self.options.useVideo.setAttribute("controls", true); self.options.useVideo.setAttribute("controls", true);
setTimeout(() => { setTimeout(function() {
self.options.useVideo.removeAttribute("controls"); self.options.useVideo.removeAttribute("controls");
}); });
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论