I’m having an issue where the app works ok in browser but in Android and probably in ios the SqlStorage won’t work, won’t open the database thus not having any tables, thus showing errors about missing tables.
How do i even debug this?
I’m having an issue where the app works ok in browser but in Android and probably in ios the SqlStorage won’t work, won’t open the database thus not having any tables, thus showing errors about missing tables.
How do i even debug this?
SQLStorage operations returns promises. You can implement functions with logs the results/errors of the promises.
I do, here’s my logs and how the database shows in the resources panel:
Nailed it, just updated ionic cli, did ionic state reset
, removed the plugin cordova-plugin-compat
and now the app works as expected.