tanguyantoine / react-native-music-control

Display and manage media controls on lock screen and notification center for iOS and Android.
https://www.npmjs.com/package/react-native-music-control
MIT License
697 stars 264 forks source link

closeNotification control doesnt work in android #391

Open kg-kartik opened 3 years ago

kg-kartik commented 3 years ago

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.

khoitruongg commented 3 years ago

same issue

bradfloodx commented 3 years ago

Thanks @kg-kartik and @khoitruongg, are you able to investigate it and perhaps create a pull request for a fix?

Cheers :)

kg-kartik commented 3 years ago

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

gpawlik commented 3 years ago

Looks like it has been already reported before: https://github.com/tanguyantoine/react-native-music-control/issues/333