You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I recently published a version of our ionic-app with the sqlite plugin.
It works pretty well for most users but there are currently 2 devices that crash because of the exception below.
I created an issue for the @ionic/storage plugin, but they said that it's probably an issue of this plugin. ionic-team/ionic-storage#210
Galaxy S8 (Android 9)
Pixel 3 XL (Android 9)
Nexus 5X (Android 8)
....
The text was updated successfully, but these errors were encountered:
@Juanico18 good question, actually. Crashlytics doesn't complain about the issue anymore, but I don't think that this is because of my changes.
I removed the plugin localForage-cordovaSQLiteDriver from my app and implemented the functionality by myself. But the code is heavily inspired by this plugin and I just migrated the JavaScript to TypeScript which leaded to some small changes. I can't say why the issue seems to be solved 🤷🏻♂️
Hi there, I recently published a version of our ionic-app with the sqlite plugin.
It works pretty well for most users but there are currently 2 devices that crash because of the exception below.
I created an issue for the
@ionic/storage
plugin, but they said that it's probably an issue of this plugin. ionic-team/ionic-storage#210....
The text was updated successfully, but these errors were encountered: