Show icons (play/pause/next/prev) on touch devices as we dont use native browser

This commit is contained in:
Yiannis Christodoulou 2025-10-11 00:58:22 +03:00
parent e9431d8191
commit 26cf9241c4

View File

@ -51,8 +51,8 @@ class SeekIndicator extends Component {
*/ */
show(direction, seconds = this.seekAmount) { show(direction, seconds = this.seekAmount) {
// Skip showing icons on touch devices as native browser controls handle them // Skip showing icons on touch devices as native browser controls handle them
/* if (this.isTouchDevice) { /* if (this.isTouchDevice) {
return; return;
} */ } */
const el = this.el(); const el = this.el();