mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-18 09:32:34 +00:00
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…
x
Reference in New Issue
Block a user