diff --git a/dashboard-ui/components/recordingeditor/recordingeditor.template.html b/dashboard-ui/components/recordingeditor/recordingeditor.template.html index dcf5890aa7..8c14c400fd 100644 --- a/dashboard-ui/components/recordingeditor/recordingeditor.template.html +++ b/dashboard-ui/components/recordingeditor/recordingeditor.template.html @@ -30,26 +30,21 @@

-
-

${HeaderRecordingOptions}

- - -
-
- -
-
-
- -
-
-
-

- +
+
+
+ +
+
+
+ +
+
+
\ No newline at end of file diff --git a/dashboard-ui/scripts/mediaplayer-video.js b/dashboard-ui/scripts/mediaplayer-video.js index d9635c64ea..5b266aa6e3 100644 --- a/dashboard-ui/scripts/mediaplayer-video.js +++ b/dashboard-ui/scripts/mediaplayer-video.js @@ -696,7 +696,9 @@ html += '
'; html += ''; - html += '
'; + var hiddenOnIdleClass = AppInfo.isNativeApp && browserInfo.android ? 'hiddenOnIdle hide' : 'hiddenOnIdle'; + + html += '
'; html += ''; html += '
'; @@ -713,7 +715,7 @@ html += '
'; // videoTopControls // Create controls - html += '
'; + html += '
'; html += '
'; html += '
';