doublesymmetry / react-native-track-player

A fully fledged audio module created for music apps. Provides audio playback, external media controls, background mode and more!
https://rntp.dev/
Apache License 2.0
3.2k stars 984 forks source link

ios: when playing, the play button is shown briefly when switching between tracks in the lock screen #2145

Closed puckey closed 9 months ago

puckey commented 9 months ago

Describe the Bug When playing audio, the play button is shown briefly when switching between tracks in the lock screen

Steps To Reproduce Start the example app, play a track, go to the lock screen and press 'next' or 'previous'. Note that you briefly see the 'play' button before the track starts playing. Especially noticeable in streams.

puckey commented 9 months ago

from initial investigations it seems this is just ios's standard behavior.. closing for now until I figure out otherwise