I am using ionic vue to build an app and wanna save tokens by Storage of Capacitor. The first test is good with browsers when I took their example put to App.vue to run.
But unfortunately when I work in android. That does not make any sense, event thought to make an alert when initializing the app without an alert come in.
Instead of using Storage from Capacitor. I am using back localStorage and this works pretty well in both browser and mobile.
May I have something wrong with the code or missing something?