-
Hi, how i can change seek buttons to next and prev? |
Beta Was this translation helpful? Give feedback.
Answered by
wsamoht
Oct 21, 2024
Replies: 1 comment 2 replies
-
Assuming you are referring to the Now Playing widget on iOS? If so, we only enable seeking within the current audio source. This is because the plugin doesn't have a playlist so there is no next/previous. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I briefly looked at the code and on iOS handling the button action is already a custom handler so could be modified. On Android, the handler is built into ExoPlayer and overriding that logic I think is possible but not that easy.
For right now, unfortunately this is out of the scope of the functionality we want to offer in the plugin. The best solution would be to implement logic to use the playlist functionality at the native layer.