I'm currently working on an app that features a draggable location bar. This feature will allow users to navigate through chapters in a book and will be displayed at the bottom of the screen, similar to Kindle or other mobile reading applications.
I would like to know your opinion on which element to utilize.
<progress>
element, or perhaps consider using a
<input type="range">
Or should we develop our own solution with some javascript?