Shane McCarron

Results 27 comments of Shane McCarron

Nothing I can publish - sorry, proprietary app. First, I wouldn't set a const to delegate. I don't actually have a 'home.page.ts' in my app... but whatever your simple page...

Huh. Stupid question - did you remember to add the ibeacon module in your config.xml file? `ionic cordova plugin add cordova-plugin-ibeacon` Also, I assume you are building this for native...

mpk2 do you have an example of that plugin that you could share?

I am seeing this on a Pixel XL running 7.1.1. It seems that ranging is very intensive. Is there a way to limit the frequency of ranging events? Like only...

I am going to prepare a PR for this. However, I am confused about what to patch against. v3.x seems like the right branch, but it says the version is...

@brampauwelyn did you get this to work? I am considering something similar.

FWIW this is a breaking change. Patching the documentation is great, but everyone who uses this plugin is suddenly and unexpectedly going to have their app crash. Really should patch...

Was this merged into 2.0.2? And a related item - I don't seem to get events when the app is in the background. Is that addressed with this PR too?

Our application does a lot of things while the app is in the background. In general, on Android, these are successful. Even when the app is running javascript tasks those...

Is there some way we can rejuvenate this PR? I think this is critical functionality - in particular since the existing implementation does not seem to work on Android 7...