cowbell / cordova-plugin-geofence

Geofencing plugin for cordova
Apache License 2.0
264 stars 318 forks source link

go to determinate view of my app when a notification is clicked #280

Open YeisonVelez11 opened 6 years ago

YeisonVelez11 commented 6 years ago

I am doing an app in IONIC1 using cordova-plugin-geofence

I understand that the notification is activated when I am close to a certain place like the image.

Is it possible when the notification appears and click on it, get some data from this place and then this redirects me to somewhere in my app with this parameter? for example:

trigger_when_click_on_the_notification(data){ $state.go("state", { "id_Received":data }) } how can do it? thanks