Search found 5 matches
- 18:10, 10 Dec 2014
- Forum: General discussion
- Topic: Add evothings:// URLs to home screen on iOS?
- Replies: 4
- Views: 31787
Re: Add evothings:// URLs to home screen on iOS?
Thank you both for the insight! I will give this some more thought..
- 18:07, 10 Dec 2014
- Forum: Questions and answers
- Topic: Sample iBeacon project not working on Cordova?
- Replies: 4
- Views: 25026
Re: Sample iBeacon project not working on Cordova?
Ah ok, I got it. I think the example uses an outdated API (or I have a development version of the beacon plugin). Instead of using var delegate = locationManager.delegate.implement({ ... }); locationManager.setDelegate(delegate); One has to do var delegate = locationManager.Delegate(); delegate.didS...
- 06:35, 10 Dec 2014
- Forum: General discussion
- Topic: Add evothings:// URLs to home screen on iOS?
- Replies: 4
- Views: 31787
Add evothings:// URLs to home screen on iOS?
Hi, Do you know a way to add the "evothings://.../index.html" URLs to the home screen? That seems to be a cool way to "pretend" that it's a real app, while having all the benefits of quick updates. The issue is, when I type that into Safari, the EvoThings clients launches right a...
- 06:27, 10 Dec 2014
- Forum: Questions and answers
- Topic: Sample iBeacon project not working on Cordova?
- Replies: 4
- Views: 25026
Re: Sample iBeacon project not working on Cordova?
By the way, I should specify that I am working on the iOS platform. I see the following output on the Xcode console: 2014-12-10 00:25:08.933 iBeaconTest[3775:1246783] DiskCookieStorage changing policy from 2 to 0, cookie file: file:///private/var/mobile/Containers/Data/Application/0BE8CB68-6AF5-406F...
- 06:20, 10 Dec 2014
- Forum: Questions and answers
- Topic: Sample iBeacon project not working on Cordova?
- Replies: 4
- Views: 25026
Sample iBeacon project not working on Cordova?
Hi, I am absolutely amazed by the EvoThings project! I wrote up an application based on iBeacon, and tested it with EvoThings. Now, I'd like to package it as its own Cordova app. I followed the instructions, but nothing happens when I run it. I started debugging it from Safari, and found out that th...