From 07c458ec824602e35f3d4bf2856f1fb5daea7dae Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 13 Mar 2022 16:07:46 -0700 Subject: [PATCH] Add workaround for Safari video controls progress bar. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0bea2db4..f8f60ad7 100644 --- a/README.md +++ b/README.md @@ -1348,6 +1348,17 @@ previous buttons may be used to navigate in these instances. Dragging works as expected for snapshots, or for the `frigate-jsmpeg` provider. +### Progress bar cannot be dragged in Safari + +Dragging the Safari video controls "progress bar" conflicts with carousel "dragging", meaning the video controls progress bar cannot be moved left or right. Turning off carousel dragging (and using next/previous controls) will return full video controls in Safari: + +```yaml +live: + draggable: false +event_viewer: + draggable: false +``` + ### `double_tap` does not work for [card-wide actions](#actions) on Android The Android video player swallows `double_tap` interactions in order to