Prevent immediate hiding of controls on mobile
This commit is contained in:
@ -620,6 +620,9 @@ class Listeners {
|
||||
return;
|
||||
}
|
||||
|
||||
// Record seek time so we can prevent hiding controls for a few seconds after seek
|
||||
player.lastSeekTime = Date.now();
|
||||
|
||||
// Was playing before?
|
||||
const play = seek.hasAttribute(attribute);
|
||||
|
||||
|
Reference in New Issue
Block a user