fhstp-mfg / mobilot

Mobilot is a web and mobile app for easily creating context-oriented content.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

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

Open miclaus opened 7 years ago

miclaus commented 7 years ago

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 commented 7 years ago

@doomsayer2 :)