FS-10688
This commit is contained in:
parent
4772b73bcc
commit
9e5b680084
|
@ -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");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue