You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: