react-native-music-control
react-native-music-control copied to clipboard
closeNotification control doesnt work in android
Description
Control closeNotification doesnt work i.e. the notification doesnt close on swiping.
Code snippet -
MusicControl.enableControl('closeNotification', true, { when: 'always' })
I registered closeNotification event handler too but the event is not listening due to the same issue.
I also cannot setup a swipe gesture handler (from react native) and call stopControl
method on swipe as the swipe gesture handler can't be implemented on a method.
Platform
Tested on both Android 9 and 10.
same issue
Thanks @kg-kartik and @khoitruongg, are you able to investigate it and perhaps create a pull request for a fix?
Cheers :)
Thanks @kg-kartik and @khoitruongg, are you able to investigate it and perhaps create a pull request for a fix?
Cheers :)
Ahh I aint able to get the fix for that tho
Looks like it has been already reported before: https://github.com/tanguyantoine/react-native-music-control/issues/333