cowbell / cordova-plugin-geofence

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

onTransitionReceived do not execute any callback while in background (Phonegap/Cordova) #264

Closed mateusredfield closed 6 years ago

mateusredfield commented 6 years ago

I am using phonegap cordova plugin, to test in android 4.4. The problem is: I want to run some code when a region is entered and the app is in background, is that possible with this plugin?

nilsk123 commented 6 years ago

This is expected behaviour. The javascript can't execute because the web view is suspended when app isn't in the foreground. You can however handle this on the native side of things.