-
Is it possible to disable the double click on mobile which makes the 10s advance of the video?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
Foliovision › Forums › FV Player › How to … › Hide double click on mobile
Hello Luca,
it can actually be disabled by an easy CSS fix:
.fv-fp-tap-left, .fv-fp-tap-right { display: none; }
You can learn how to add custom CSS to FV Player and see other common tips here: https://foliovision.com/player/advanced/css-tips-and-fixes
We will add this fix to the guide too.
Thanks,
Maria