Ionic Storage is not working on Android device
问题 I'm new to the Ionic Framework, and I'm doing an app that preserves the user login so it can show a different page when user is logged. And for doing this, I'm saving the user ID into the local storage. This works fine when I do ionic serve and testing the code on browser, but it doesn't work on my Android device (so I run ionic cordova run android ). Why? I have set the Storage right by using IonicStorageModule.forRoot() in app.module.ts -> imports[...] . Here's my code and my Ionic specs: