-
-
Notifications
You must be signed in to change notification settings - Fork 268
Music control close notification does not work #333
Comments
Hi @akk7300 If you can provide an example of how to simulate this issue I'm happy to look into it. Thanks. |
`constructor(props) {
} componentDidMount(){
}` Play Pause Next and Previous Button show in notification and can control |
Ok thanks @akk7300 so this is just the default |
Closing notifications works on android 7, but it does not work on android 10 (did not test android 8 and 9) |
Notification does not close at all on android. (Tested on android 7+) |
Same here, why hasn't this been resolved yet ? |
I just fixed it... first, run this script to install this version: If using Yarn yarn add [email protected] This is an example of the code i used
Hope this could help anyone out there |
@Joshmatjjen still not fixed |
Hi @Joshmatjjen Closing the notification on swipe works on
|
@HasanAlyazidi Have you tired changing the min-sdk version to 16 or 17 in your build.gradle... If it dont work, You have to create your app to only andriod greater than 5.0 |
Any progress on fixing this? |
I used stop button for close notification. |
I am also facing this issue |
I added MusicControl.enableControl('closeNotification', true, {when: 'always'}) but it does not work.
Other buttons work fine correctly.
The text was updated successfully, but these errors were encountered: