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:

ListPlayer is lacking a way to seek or change the play position in currently playing track.
Considerations
miniplayerandtinyplayermodes.Possible pathways/solutions/ideas
For
tinymodeor mobile screen widths, something like the following could be implemented: