Matej Musak

Results 6 comments of Matej Musak

The same for me.... did you manage this meanwhile? Is this plugin maintained?

For anyone else, constantly increasing storage could be fixed by changing this line in LoggerManager.java: root.setLevel(Level.TRACE); -> root.setLevel(Level.OFF); Open in android studio and find java file: /android/capacitor-cordova-android-plugins/src/main/java/com/marianhello/logging/LoggerManager.java I hope, this...

Any update? I fixed it locally on Huawei 10 Lite by installing this from google play: https://play.google.com/store/apps/details?id=com.google.android.webview But this is not the fix!! White screen is there because this library...

Hi, unfortunately I have the very same issue as you guys... Apple login worked well on Capacitor 2 ("capacitor-apple-login": "github:rlfrahm/capacitor-apple-login"). Today I migrated my app to Capacitor 3 and apple...

> Hi, > Did you leave the options parameter out of the .authorize() call on purpose? It should contain a scopes parameter. This tells iOS which data should be returned....