How Cordova Hybrid APP Use Its Default Database
When Cordova builds a hybrid APP requiring small-scale storage upon WebView, WebSQL is default and will be an appropriate database to use without any plugins. In the article, we have a database class design for WebSQL, which is efficient to deal with async features of WebSQL APIs. All codes here are not complicated, so you … Read more