I’d like to propose extending the same list pagination you’ve now implemented logic to the audio player widget—specifically the forward and backward icons. Here’s why: I’ve tested the pagination within a list of multiple audio players, and while I can move between tracks using pagination, it’s not a user-friendly experience. It would be far more intuitive if users could navigate through audio items using the audio player’s forward and back buttons, powered by the same underlying pagination logic.
Let me give you a concrete use case from my app: I have a dedicated “Audio Player Screen” with a list configured as a collection of songs. I’m not pulling audio items from another screen, so typical input-field logic for data switching doesn’t apply here. I just want to be able to navigate through that local list using the audio player controls—but unfortunately, that’s not possible today. Or I’m not seeing the all picture here?
I did notice there’s a paid component that seems to offer this kind of functionality. However, I’m hesitant to invest in it without knowing for sure that it will meet this specific need. If there’s any way to test it before committing or if you could confirm whether it supports this use case, I’d really appreciate it.