cosmic
cosmic copied to clipboard
working on android
I made a few changes in order to be able to compile.
Basicalñy just this...
this.db = window.sqlitePlugin.openDatabase({name: 'demo.db', location: 'default'});
intead of this:
this.db = $cordovaSQLite.openDB({name: 'cosmic.db'});