Describe the bug
seek seems unusable for a slider component or rewind button in a multi-resource audiobook, because it cannot go further back than the beginning of the current resource.
How to reproduce?
- Create an AudioNavigator from an audiobook with multiple resources.
- Observe that
navigator.seek(to: time) and navigator.seek(by: -time) cannot move the current playback position from resource n to resource n-1. Instead, it moves playback to the beginning of resource n.
Readium version
I tried 2.6.1 and develop
OS version
17.2
Testing device
simulator
Environment
Xcode 15.2
Build version 15C500b
Additional context
No response