-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Samsung android 12 not Work #378
Comments
I have fixed by add the following in Mainifest.xml
Thank you @leolin310148 |
Hi, I do have a similar issue in a Samsung S12 android 12, I added what you suggested to the manifest but it still doesn't work... @ash737 @leolin310148 any ideas on how to make this work? |
What is "doesn't work"? Your phone won't boot? Does the badge never appear? Is the badge counter wrong? Are you in the wrong colors? appears otherwise??? I'm using it on Samsung 12 (S20 FE) right now and "it's working". What I think you're thinking is "not working" is in fact the default of the platform. For Samsung devices using One UI, if there is no notification in the status bar, your badge will not be displayed, but the number counter will still be there. As soon as your app sends a notification to the status bar, the badge is displayed again with its current value. Oh! Please stop to use "is/not working" expression. We are IT professionals, this is a kind of layman's language, it don't belong to us. |
@rafaelsetragni I'm not sure what OP meant, but on my case clearing the notification counter doesn't seem to work. I'm not very familiar with Samsung devices but it seems as you suggested that until the notification in the notification center (I guess you call it notification status bar) is not cleared, the counter will be displayed. Is this normal behaviour? |
Yes, this is the normal behavior. |
Notification badge not work in galaxy M 12 (android 12)
I have targetSdkVersion = 28 in build.gradle but in config.xml targetSdkVersion equal to 30
Cordova: 11.0.0
Cordova android: 8.1.0
I have tested many android devices, all work fine but, Samsung Galaxy M 12 not work.
Please help
The text was updated successfully, but these errors were encountered: