Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sometimes Beacons within the range are detected differently. #471

Open
bhargavas12 opened this issue Mar 2, 2022 · 1 comment
Open

Sometimes Beacons within the range are detected differently. #471

bhargavas12 opened this issue Mar 2, 2022 · 1 comment

Comments

@bhargavas12
Copy link

bhargavas12 commented Mar 2, 2022

I have ionic6 app and using the plugin com.unarin.cordova.beacon(3.7.0) which has code to detect beacons.

I placed 2 beacons placed within the detectable range.
1 beacons is near to my mobile and the other beacon is little far from mobile (5 to 10 feet far).

Most of the times delegate.didRangeBeaconsInRegion().subscribe(pluginResult => {}); is returning 2 beacons but once in a while its returning the beacon near to mobile but not the other beacon.

Expected Behaviour: Should return 2 beacons everytime
Actual Behaviour: Sometimes its returning only 1 beacon.

tried hardcoding the minor/major values too but the result is same.

It would be great if I can get some help on this!.

Thanks.

And the didRangeBeaconsInRegion() is getting called every second.. Where can we control this?

@xyboox
Copy link

xyboox commented Jun 15, 2022

I noticed that also. I think is related to the advertising interval and the time required by the plugin to range the beacons. I may be wrong though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants