react-list-player
react-list-player copied to clipboard
Feature request: Add a seek bar to the controls component (with mobile and desktop solution)
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
miniplayerandtinyplayermodes. - 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: