-
At now it is possible only to create database (or am i wrong?)
But what if i want to ship app with prefilled .db ?
I know there are options like cordova-plugin-dbcopy ...but this feauture must be in…
-
Using the following code, everything works correctly on android but on ios even the alerts are not firing!!
`window.plugins.sqlDB.copy("mydba.db", 0, function() {
$rootScope.base = $cordovaSQLite.ope…
-
Thanks a lot for this plugin. I hope you can help me to make it run in my environment.
This is my cordova_plugins.js:
cordova.define('cordova/plugin_list', function(require, exports, module) {…
ghost updated
8 years ago
-
Hi
Can you guide me to use this plugin in commandline ?
window.plugins is always undefined to me.
-
Hi,
thanks for this great plugin. I use it on Android and there is no problem, but when i tried to use on Ipad (IOS 9.2), it says "TypeError: undefined is not an object (evaluating 'window.plugins.sql…
-
I am receiving a JSON which only has valid values (not null) but I am getting an error saying 15 columns are there and only 12 values are applied.If I pass the null values for all the columns then th…
-
For the prototype was using firebase as a backend. Will have to use either SQLite which is readily available on phones or use web storage. Data volume is not significant so I am not constrained much
-
I am trying to implement following tutorial but with no success so far . No error log or anything is thrown back. Please suggest me where I might be wrong .
[https://www.thepolyglotdeveloper.com/20…
-
I've been trying to identify the issue for past 8 hours - my code works correctly on Android ionic view, however iOS is throwing
"undefined is not an object (evaluating 'window.plugins.sqlDB.copy') …
-
I have created a basic database using SqlliteBrowser. I have placed my database in my www directory of an ionic app. The ionic app doesn't do anything, i'm just trying to reference the created databas…