Where to store stuff?

I’m using Ionic 4 to build a PWA. It is supposed to work from the browser only (so far), but it will be used mostly on mobile devices. I’ve been using ionic storage so far and it works fine on the desktop browser and on the my android device. Not on iphones however. So I’m looking for a solution that would actually be cross-platform. Is there something I could use that works on android, ios and desktop browsers? To start - saving my access token.

Ionic Storage does work on iOS, so I’m curious what issue you’re seeing? Be sure to install SQL Lite:

ionic cordova plugin add cordova-sqlite-storage

Full docs here.