LocalStorage does not work in Ionic View?

Is it anything in the architecture in Ionic View that makes it incapable in handling LocalStorage?

I have an app where LocalStorage works when the app is build on device and when it is run on simulator, but in Ionic View LocalStorage does not seem to work. Is it something wrong on my part or is it just Ionic View that does not handle it?

It should work just fine.

Tell me one thing are you using it directly or via some plugin?

@Gajotres: Ok. Well, I am using NgStorage. Does that make a difference?

@nypraise: I seem to be running into the same issue as you. I’m also using ngStorage, and localstorage doesn’t seem to be working only when I’m in the Ionic View app. Did you find a solution?