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
There are several problems here, which origin in having the Cordova-Plugin-IBeacon plugin execute when not needed, for instance on the Home view, where it induces the "iBeacon-Permission-Dialog", which also shouldn't appear on the Home view.
The following error is thrown after 30 seconds if you wait on a view where the iBeacon functionality if not required:
[Cordova-Plugin-IBeacon] WARNING did not receive delegate ready callback from DOM after 30.000000 seconds!
The Cordova-Plugin-IBeacon should only be executed within modules / on views where it is required.
The text was updated successfully, but these errors were encountered:
There are several problems here, which origin in having the Cordova-Plugin-IBeacon plugin execute when not needed, for instance on the Home view, where it induces the "iBeacon-Permission-Dialog", which also shouldn't appear on the Home view.
The following error is thrown after 30 seconds if you wait on a view where the iBeacon functionality if not required:
The Cordova-Plugin-IBeacon should only be executed within modules / on views where it is required.
The text was updated successfully, but these errors were encountered: