Tomasz Subik

Results 18 comments of Tomasz Subik

@RobIsHere thanks for reporting this. If only I find some time I will investigate this.

@bigbossmaher @seed880505 javascript execution may be suspended when your application is the background, so the code above may not work. @bigbossmaher if you set `notification` object for geofence, you should...

Maybe you set too small radius? This plugin is a wrapper to native Geofence APIs which comes with all of their's limitations.

Not sure, you have to look up for some answers on StackOverflow about native geofence API (android or iOS) minimum reliable radius.

This plugin uses native API, that's why read about limitations of those. You may also check https://github.com/transistorsoft plugins, maybe their solutions are more suitable for you.

Try bigger radius and example applications. I have one always installed on my phone at works everytime, but never tried radius smaller than 200m.

You cannot, this is Android limitation (ios is even smaller max 20 geofences https://github.com/cowbell/cordova-plugin-geofence/issues/15). You have to figure out some workaround for this. I'm preparing limitation notes to readme, but...

@jdool8888, @arcadia168, @scriby There is Cordova hook in this plugin to enable swift support. If this is true that hooks do not work on PhoneGap Build you guys should try...

PRs are welcome :smiley:

@AwsmOli True, that's weird and maybe a Cordova applications issue. However, `onNotificationClicked` is being invoked when you tap the notification, check updated logging on mentioned https://github.com/tsubik/ionic2-geofence repo.