Happy to have the help. Welcome Stepan! re: WebSQL
There are a number of people interested in adding the WebSQL plugin to Windows8, so be vocal about what you do. Both Sergey Grebnov, and Carlos Santana have discussed it previously [1]. You may also want to look at Mozzila's localForage [2], which has it's own localStorage-like API on top of either WebSQL or IndexedDB, hiding the differences from developers. Personally, I think our time would be better served adding an indexedDB polyfil to iOS, that would be backed by WebSQL, so we can stop recommending people use the now long deprecated spec [3] But that's just me ... [1] http://markmail.org/thread/zewufpqm25pqpuuv [2] https://github.com/mozilla/localForage [3] http://www.w3.org/TR/webdatabase/ @purplecabbage risingj.com On Tue, Feb 18, 2014 at 9:10 AM, Stepan Riha <nonp...@gmail.com> wrote: > Hello Cordova Devs, > > I'm in the process of making our applications and libraries work in Cordova > on Windows 8 (currently we build them on iOS and Android). > > I plan to contribute bug fixes (e.g. > https://issues.apache.org/jira/browse/CB-6053) and possibly implement/port > some plugins (e.g. WebSQL support). > > - Stepan > > -- > Stepan Riha > nonp...@gmail.com >