-
Hi.. I am working on a Cordova SQLite application.Following is the list the plugins i am using for inserting data into SQLite DB
1. Cordova-plugin-dbcopy
2.cordova-plugin-sqlite2
3.cordova-plugin-…
-
This one took a while to figure out!
If you include this plugin BEFORE other plugins, (specifically cordova-sqlite-evcore-extbuild-free and cordova-plugin-email-composer), it makes the other plugin…
-
From discussion in https://github.com/driftyco/ionic-native/issues/881 there seems to be a bit of confusion about prepopulated databases. In general I can think of the following options:
- 1: Use cor…
-
This is just super awesome! Okay just one VERY IMPORTANT question:
Prior to now, to use pre-populated dbs, we had to use [cordova-plugin-dbcopy](https://github.com/an-rahulpandey/cordova-plugin-dbco…
-
Error Log on cordova build android
```
:preDexDebug
:dexDebug
UNEXPECTED TOP-LEVEL EXCEPTION:
com.android.dex.DexException: Multiple dex files define Landroid/support/annotat
ion/AnimRes;
…
-
How can I define output file name by customize in copyDbtoStorage in ionic?
Thank You!
-
### Initial question on Twitter
@brodybits query - why do u separate the SQLite Ext plugin? it seems to have just 2 more features than the main plugin. why not just 1?— Raymond Camden (@raymond…
-
## Minor release
### Mandatory
__ADDITIONAL (GENERAL):__
- [x] _~~Workaround solutions for iOS/macOS data loss risk issues:~~ **DONE**_
- [x] _~~compile with `SQLITE_THREADSAFE=2` again ref:…
-
Hi to All and thank you for this plugin.
But I think that it isn't compatible with Capacitor (Ionic permits the use of Capacitor).
My database file is correctly into www folder and my minSdkVersio…
-
Hi,
I want to set my app use DB in "storage/sdcrad0/myfolder/my.db" but when I use
var db = window.sqlitePlugin.openDatabase({name: "storage//sdcard0//myfolder//my.db", location: 1});
database cannot…