From 350463a1e76ed12506f1cf8f8554e04584c4bbc4 Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Thu, 26 Sep 2019 21:14:23 +0300 Subject: [PATCH] revert back --- src/components/htmlvideoplayer/plugin.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/htmlvideoplayer/plugin.js b/src/components/htmlvideoplayer/plugin.js index 8b095d40e..d44980191 100644 --- a/src/components/htmlvideoplayer/plugin.js +++ b/src/components/htmlvideoplayer/plugin.js @@ -1398,10 +1398,13 @@ define(['browser', 'require', 'events', 'apphost', 'loading', 'dom', 'playbackMa cssClass += ' htmlvideoplayer-moveupsubtitles'; } + // Can't autoplay in these browsers so we need to use the full controls, at least until playback starts if (!appHost.supports('htmlvideoautoplay')) { - html += '