jaedb / Iris

Discover, explore and manage your music library across multiple sources with this beautiful web-based interface. Iris is a Mopidy frontend extension.
Apache License 2.0
1.13k stars 131 forks source link

Make seek bar easier to touch on mobile #942

Open golemB opened 7 months ago

golemB commented 7 months ago

Problem to solve

On my primary control interface (Firefox on Android 14, Google Pixel 8), the seek bar is a very thin line, basically zero pixels above the browser navigation bar, making it hard to tap and control. (Firefox has an option, perhaps default, to put the navigation bar on the bottom of the screen for thumb accessibility.)

The thinness of the line makes it hard to target with a finger on a screen. And the location just above the nav bar makes it very easy to accidentally tap or swipe the navigation bar (which can switch tabs in Firefox).

Screenshot_20240127-181815

I do not use Spotify.

Proposed solution

A simple solution could be to make the seek bar thicker and above the title / artist display.

Additional info

No response