cowbell / ionic-geofence

Ionic geofence app example
MIT License
180 stars 92 forks source link

Leaving notification did not work #2

Closed bontorhumala closed 9 years ago

bontorhumala commented 9 years ago

Great geofence on ionic example, man! However I tried adding notification when leaving the area, but I got no notification when I am outside the radius. Did you try this?

Also, it seems like the application can only get position when it is connected to wifi.

tsubik commented 9 years ago

Looks like there was wrong transition type code used for exit event. It was 0 should be 2.