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

[Cordova-Plugin-IBeacon] Use only when required #180

Open
miclaus opened this issue Feb 6, 2017 · 1 comment
Open

[Cordova-Plugin-IBeacon] Use only when required #180

miclaus opened this issue Feb 6, 2017 · 1 comment

Comments

@miclaus
Copy link
Member

miclaus commented Feb 6, 2017

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.

@miclaus miclaus added this to the v1.2 milestone Feb 6, 2017
@miclaus miclaus assigned doomsayer2 and unassigned doomsayer2 Feb 6, 2017
@miclaus
Copy link
Member Author

miclaus commented Feb 6, 2017

@doomsayer2 :)

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

No branches or pull requests

2 participants