sqlite - How to check database is exist or not in phonegap? -
I am using PhoneGrap and Onsen-U to build mobile applications.
I want to check that the SQL database exists or not if the database does not exist then navigate to the main page to set up the page
Resolve this problem How to do?
Thank you and sorry for my bad english.
Create plugins for Android and iOS and check through the plugin if the SQLite target file exists .
In the case of Android, this post will help you.
This post will help you in iOS.
Comments
Post a Comment