-
Bug
-
Resolution: Fixed
-
Minor
-
3.0.0
-
-
MOODLE_30_STABLE
-
MOODLE_30_STABLE
After a few seconds of playing a video, the controls disappear so the full video can be seen. In Android, when the controls disappear there's no way of getting them back. In iOS seems to be working fine.
In this issue this problem is discussed (amongst others). Using native scrolling (overflow-scroll=true) seems to fix it, but we discarded using it a while ago because it caused some problems (like PTR animation being slower). The also talk about using data-tap-disable="true", but that didn't work for me, and the iframe workaround is too hacky.
EDIT: I noticed there was a typo in the data-tap-disable, it should be data-tap-disabled="true". With this it works fine.