Search found 6 matches

by thegecko
18:56, 26 Aug 2015
Forum: General discussion
Topic: evothings and AMD
Replies: 6
Views: 44361

Re: evothings and AMD

thanks!
by thegecko
12:54, 25 Aug 2015
Forum: General discussion
Topic: evothings and AMD
Replies: 6
Views: 44361

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 ...
by thegecko
09:41, 25 Aug 2015
Forum: General discussion
Topic: evothings and AMD
Replies: 6
Views: 44361

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...
by thegecko
11:46, 26 Feb 2015
Forum: Questions and answers
Topic: Cordova file plugins
Replies: 2
Views: 14822

Re: Cordova file plugins

This may help you:

viewtopic.php?f=8&t=1369
by thegecko
11:45, 26 Feb 2015
Forum: Questions and answers
Topic: Binary file access
Replies: 1
Views: 11729

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...
by thegecko
15:41, 24 Feb 2015
Forum: Questions and answers
Topic: Binary file access
Replies: 1
Views: 11729

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

Go to advanced search