Anders Borg
Anders Borg
With some level of precision by buying beacons that you configure both the radio power and TX for based on your own measurements (don't trust the beacon provider). Even then,...
This is what I do (put together from several functions). Starting and stopping are actually controlled by a button. status() needs to be replaced. To initialize: var delegate = new...
When I "jailbroke" (?) my Nexus 7 so it would support BLE I noticed that BLE conflicted severely with Wi-Fi on a radio level. Might be the same here. Hence...
Have you tried my Beacon Reader app? On Android it's using the Radius SDK via a plugin. It's rock solid on my Sony tablet. Click once on the title bar...
I tried now with the latest version of beacon reader, and it works fine on the Nexus 7 with BLE activated, except it (and the tablet) loses Wi-Fi, and without...
After upgrading to android 5.1.1 (via CyanogenMod) BLE and WiFi work well together, so no interference after all.
This might be related: https://github.com/petermetz/cordova-plugin-ibeacon/issues/254
That link no longer works. Removed change?
This solved my crash issue as well on iOS 15 (I've had a very long hiatus from iOS development). I added this to config.xml: The app needs access to Bluetooth....
Try this for newer versions of Cordova: The app needs access to the camera ...