Steffaan / cordova-plugin-local-notifications

Cordova Local Notifications Plugin
Apache License 2.0
31 stars 38 forks source link

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

Open gaurav-chandra opened 5 years ago

gaurav-chandra commented 5 years ago

[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 commented 5 years ago

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.