cordova-plugin-geofence
cordova-plugin-geofence copied to clipboard
go to determinate view of my app when a notification is clicked
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