From b688f20a5ffa35bea6415b8d4f566d6cf7d9d6b0 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 16 Oct 2019 11:03:38 -0400 Subject: #854 toggle controls --- www/templates/events-modal.html | 8 ++++++-- www/templates/monitors-modal.html | 10 ++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) (limited to 'www/templates') diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 466cd18e..be971b52 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -35,6 +35,7 @@ @@ -42,7 +43,9 @@
@@ -73,6 +76,7 @@ vg-update-state="onPlayerState($state)" vg-update-playback="onPlaybackUpdate($playBack)" vg-plays-inline="videoObject.config.playsInline" vg-theme="videoObject.config.theme" vg-complete="playbackFinished()" + on-tap="showHideControls();" on-double-tap="closeModal();" vg-autoplay="videoObject.config.autoPlay" vg-responsive="videoObject.config.responsive" vg-update-time="videoTime(event.Event.StartTime,$currentTime)" vg-error="onVideoError($event)"> @@ -130,7 +134,7 @@ -
+
@@ -112,7 +113,8 @@
- - -
+
  • @@ -208,7 +210,7 @@
-
{{monitorName}}   +
{{monitorName}}    {{monStatus}} 
-- cgit v1.2.3