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

[Question]: If my app shows 3 notifications in status bar, is there a way to not delete other notifications on tap on Android?

Open gaurav-chandra opened this issue 6 years ago • 1 comments

[Question]: If my app shows 3 notifications in status bar with different ids, is there a way to not delete other notifications on tap on Android? For example: Notification 1,2, 3 shown in the status bar on Android. Tapping on notification 2 deletes 1 and 3 also. Can 1 and 3 continue to be shown?

gaurav-chandra avatar Jul 01 '19 10:07 gaurav-chandra

Similar to what this stackoverflow user is facing: https://stackoverflow.com/questions/31996148/notificationcompat-builder-is-creating-notifications-that-are-canceled-after-one But that is for crosswalk.

gaurav-chandra avatar Jul 01 '19 10:07 gaurav-chandra