cowbell / cordova-plugin-geofence

Geofencing plugin for cordova
Apache License 2.0
265 stars 316 forks source link

notificationData.name when multiple notifications exist on device #156

Closed YairHadari closed 7 years ago

YairHadari commented 8 years ago

Thanks for contributing the plugin to the community. It is working as expected!!!!

I have one issue with the plugin. The user is moving between the defined geofences and getting notification for each geofence he entered (as expected). The user is not clicking the notifications nor opening the application. All notification are shown on the device (the notifications in not overriding each other). When the user is open one of the notifications he got, the notificationData.name of each notification is the same (of the last geofence sent the notification).

Is there an option that each notification will save it's notificationData.name? Or The notifications will override the previous notification?

Thanks again Yair

tsubik commented 7 years ago

Fixed id #206