Md. Ashrafuzzaman Khan
Md. Ashrafuzzaman Khan
This problem occurs in ios, It's ok in android. If there is wrong url of any tracks then playback track changed event fire and queue change but still previous track...
https://user-images.githubusercontent.com/38793029/170449168-cac43c92-3a8e-4ad1-83f3-757bd49c7bc8.mp4 @jspizziri I don't know how could I test by your changes. What I did was cloning your repository and run example project from there. But I think it's using...
@jspizziri I have tested in your branch. The problem still exists. But your new refactored example code bypasses that scenario as it remain in connecting state. If there is errored...
@jspizziri For reproducing the problem I have made following changes, In file example/src/components/PlayPauseButton.tsx changed ``` if (isLoading) { return ( {isLoading && } ); } ``` to ``` if (isLoading)...
@jspizziri Running previous track is a problem when programmatically control the playing of track. It limits the functionality. For example, one of my requirements is that when hitting next button,...
@jspizziri I've just found that android also have problem regarding errored tracks. Now in android playback error is not fired and playback state become 0 (State.none) and further operation can...