Soham Nakhare
Soham Nakhare
@lovegaoshi I downloaded the build from here -> https://github.com/lovegaoshi/react-native-track-player/actions/runs/17244531170/artifacts/3855648048 I'm able to reproduce the issue. Lock screen controls don't work. Only play/pause work in the compact notification player. The lock...
@lovegaoshi Interestingly it is working for me in the emulator but not on the device. I'm running it on One Plus Nord 2T.
Android version 14
@lovegaoshi it is not working on many Android devices. @jspizziri I'm able to reproduce the issue on the example in the repo. Attaching the google drive link of the APK...
@jspizziri @lovegaoshi I got the lock screen controls working by adding the code above. How can we handle this better ?
@jspizziri I have raised a PR.
> next, previous and pause works great, but interestingly i still cannot play the music. @tomKFM [Here](https://github.com/doublesymmetry/react-native-track-player/blob/2a9e43ab484a582ba24bb87f8d0b42fc99d0d2ed/android/src/main/java/com/doublesymmetry/trackplayer/service/MusicService.kt#L281) COMMAND_PLAY_PAUSE is added, if pause works, play would also work just that you'd...
@tomKFM which lines did you have to remove ?
@tomKFM committed your suggestions.