You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have tried your sample, and it is working fine. then I integrated into my application with cordova version 2.9.1. It calls the plugin but the value of "option" in
public void open(string options)
{
}
is ["System.Collections.Generic.Dictionary`2[System.String,System.Object]","SQLitePlugin1316014765"]
instead of {"dbName":"gid_native.sqlite3"}
Why is this happening?
Thanks.
The text was updated successfully, but these errors were encountered:
It might be because of the . (dot) in the database name. windows does not support files with special characters in them and since this solution creates a db file that might be the problem
Hi,
I have tried your sample, and it is working fine. then I integrated into my application with cordova version 2.9.1. It calls the plugin but the value of "option" in
public void open(string options)
{
}
is ["System.Collections.Generic.Dictionary`2[System.String,System.Object]","SQLitePlugin1316014765"]
instead of {"dbName":"gid_native.sqlite3"}
Why is this happening?
Thanks.
The text was updated successfully, but these errors were encountered: