You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ListPlayer is lacking a way to seek or change the play position in currently playing track.
Considerations
Typical solutions often involve a slider component which can take up a lot of horizontal space. Since ListPlayer can have dynamic physical dimensions, a dynamic solution is likely required for placement and sizing of the slider. Careful placement considerations should be made for miniplayer and tinyplayer modes.
A seek bar is a type of control element and thus should be inside the controls component (instead of elsewhere in the ListPlayer compenent tree).
Possible pathways/solutions/ideas
For tinymode or mobile screen widths, something like the following could be implemented: