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
But, I'm having a terrible time getting a data adapter running with persistent data. It seems most buggy roads with Cordova lead to whether or not you're running your code after deviceready. But, how you go about insuring that, confuses me... with all the component files and such...
If I'm running some code to start up a database inside the vuex store, is it safe for me to assume it's running after deviceready?
First, awesome job!
But, I'm having a terrible time getting a data adapter running with persistent data. It seems most buggy roads with Cordova lead to whether or not you're running your code after deviceready. But, how you go about insuring that, confuses me... with all the component files and such...
If I'm running some code to start up a database inside the vuex store, is it safe for me to assume it's running after deviceready?
Thanks, hope that question makes sense...
Edit: this illustrates EXACTLY what I'm trying to do, using Loki.js, only that example is with Ionic. It looks like they have $ionicPlatform.ready, but I don't know if there would be any equivalency necessary in this case?
The text was updated successfully, but these errors were encountered: