Nill Mortensen
Nill Mortensen
We experience the same error in our Angular Ionic/Capacitor App. Works on some phones (e.g. Samsung Galaxy A40) - fails on other phones of the same brand. For us, the...
Another interesting finding. We have 2 values in our storage: - OldKey (has been there for a while - this one throws `javax.crypto.IllegalBlockSizeException` when reading it) - NewKey (recently added...
We had the same problem. It occurs when tsconfig.json in our project has `moduleResolution: "Bundler"`. It works okay when tsconfig.json has `moduleResolution: "node"`. @lucasmogari, I believe it can be fixed...