Search found 6 matches
- 18:56, 26 Aug 2015
- Forum: General discussion
- Topic: evothings and AMD
- Replies: 6
- Views: 59444
Re: evothings and AMD
thanks!
- 12:54, 25 Aug 2015
- Forum: General discussion
- Topic: evothings and AMD
- Replies: 6
- Views: 59444
Re: evothings and AMD
@psvensson I tried both cordova shimming and globals and saw race conditions or deviceready timeouts with both. Ideally I'd prefer to go all in and shim cordova, but the most stable test was keeping it global. I just wondered if someone had got this working in a reliable manner. @micke with so many ...
- 09:41, 25 Aug 2015
- Forum: General discussion
- Topic: evothings and AMD
- Replies: 6
- Views: 59444
evothings and AMD
Has anyone successfully got the evothings library and cordova working in an AMD-based structure, such as requirejs? I'd be interested in how this works or if there is a recommended approach. My tests have shown there are race issues loading the cordova library making it unavailable once all dependen...
- 11:46, 26 Feb 2015
- Forum: Questions and answers
- Topic: Cordova file plugins
- Replies: 2
- Views: 18133
- 11:45, 26 Feb 2015
- Forum: Questions and answers
- Topic: Binary file access
- Replies: 1
- Views: 13940
Re: Binary file access
I've got round this by using a $.ajax call along with this awesome jQuery extension to support the 'blob' dataType. I can then download binary files from the interwebs (considering CORS of course) and load the resulting binary into an ArrayBuffer... // jQuery extension to support blob downlaods $.aj...
- 15:41, 24 Feb 2015
- Forum: Questions and answers
- Topic: Binary file access
- Replies: 1
- Views: 13940
Binary file access
Hey team,
it seems the evothings client doesn't include the file or fileTransfer cordova plugins.
How would you recommend loading a binary file (from a URL or the device file system) within evothings?
Kind regards,
Rob
it seems the evothings client doesn't include the file or fileTransfer cordova plugins.
How would you recommend loading a binary file (from a URL or the device file system) within evothings?
Kind regards,
Rob