Hello Community,
In accordance with our project requirements, we've integrated the HLS player for audio functionality, and it's performing as expected. However, we've encountered an issue wherein, upon minimizing the application after playing a song, the music continues in the background but the music controls are not visible in the notification status bar.
To address this, we've installed the plugin https://github.com/ghenry22/cordova-plugin-music-controls2 for managing music controls.
In Android devices, it shows the notification music control bar when the app is minimized using the above mentioned plugin and the music keeps on playing but the controls shown in notification bar like progress bar, playback time etc are not working at all even after passing the required values mentioned in the documentation of plugin. I have cross checked it on multiple Android devices but it is the same.
Android device and version: OnePlus NORD CE 3lite 5G and android version is 14
For iOS, this cordova plugin is not creating the music control at all.
iOS device and version: iPhone 13 and version is 17.4.1
If anyone has any solution for this, it would be of great help for us.
Thank you