How to Install SQLIte Plugin in Android + iOS in Phonegap
问题 I am building mobile app using phonegap and am using Phonegap 2.9.0 version and SQLite Plugin from the https://github.com/pgsqlite/PG-SQLitePlugin-Android. I have include below js file in index.html, <script type="text/javascript" charset="utf-8" src="cordova.js"></script> <script type="text/javascript" charset="utf-8" src="SQLitePlugin.js"></script> then calling below method in deviceready event, var db = window.sqlitePlugin.openDatabase("test.db", "1.0", "test", 20000); I have also copy the