cordova-plugin-local-notifications icon indicating copy to clipboard operation
cordova-plugin-local-notifications copied to clipboard

Headup not displayed for local notification of oreo and above version.

Open AshwiniKhandagale opened this issue 5 years ago • 4 comments

I am facing the issue of headUp was not display for Android 8 or above version, Then I have review the plugin I saw one mistake. Priority is set to IMPORTANCE_DEFAULT. I have to make a small change priority set to IMPORTANCE_HIGH.

AshwiniKhandagale avatar Feb 24 '20 12:02 AshwiniKhandagale

@katzer thanks a lot for all your hard work. Is there any chance of this getting merged? Or if there's a problem with the PR can you please give some feedback on what needs to be changed? Thanks!

CodeWithOz avatar Dec 14 '20 10:12 CodeWithOz

@AshwiniKhandagale thanks for the PR, it's very useful. I've seen that you use a default channel called "VirGo". I have a number of channels that my app uses so that single one won't work for me. What do you suggest? I've forked your branch and I'm considering just making the channel names dynamic (based on values I supply), but do you have any suggestions? Or have you solved that problem in a different way? Thanks!

CodeWithOz avatar Dec 14 '20 19:12 CodeWithOz

@CodeWithOz Hi, perhaps you can try this fork, it is more recent and still maintained (to my knowledge): https://github.com/timkellypa/cordova-plugin-local-notifications

This fork also includes updates for Android 10.

Hope it helps. Thanks.

rahmadid avatar Dec 15 '20 02:12 rahmadid

@rahmadid thanks yeah it's doing what I want it to do, thanks for pointing me in that direction!

CodeWithOz avatar Dec 15 '20 19:12 CodeWithOz