cosmic icon indicating copy to clipboard operation
cosmic copied to clipboard

working on android

Open GerardoLSJ opened this issue 8 years ago • 1 comments

I made a few changes in order to be able to compile.

GerardoLSJ avatar Dec 28 '16 19:12 GerardoLSJ

Basicalñy just this...

this.db = window.sqlitePlugin.openDatabase({name: 'demo.db', location: 'default'});

intead of this:

this.db = $cordovaSQLite.openDB({name: 'cosmic.db'});

GerardoLSJ avatar Dec 28 '16 19:12 GerardoLSJ