Skip to content Skip to sidebar Skip to footer

Cordova App Sqlite Database Viewer On Runtime App Testing Like Web Sql

I am creating Hybrid app for android & iOS platform using Cordova. In this app I need to store information in database (currently storing in WebSQL). But WebSQL not supporting

Solution 1:

if you are executing on a device and need to view the data stored by sqlite, install the "stetho" plugin, it lets you open a dev tool with sqlite data. connect the device on the computer, open the app, open the chrome and type in the navigation bar "chrome://inspect", and click the link related to "stetho".


Post a Comment for "Cordova App Sqlite Database Viewer On Runtime App Testing Like Web Sql"