Hi,
I'm working with Sublime Text Editor to create an Offline Cordova Application
I am facing issues while executing the SQL function from the local DB, it is not passing when the network is in Offline state and trying to get values from the local DB.
I can able to get and bind the values to Table using AJAX call when it's in Online state and I have created a local DB to store the values and to fetch later when the device is in Offline mode, but while in the Offline mode it's not throwing any error nor passing into execute SQL function.
Thanks in Advance!!