Nico Lueg

Results 29 comments of Nico Lueg

I have the same Issue with an iPhone 11 with iOS 14.4.

@csmark97 thank you very much for your suggestion, works perfectly for me! To also make it work when the app is still in background I use this piece of code...

Hey @Rom3ik, I actually don't use this plugin, but I moved to https://github.com/NePheus/capacitor-android-shortcuts which works pretty well for me. But I don't think that the opening of Item is different...

Hi @tflahert, I can share my current implementation with you that I have in my Ionic App with Angular: ```ts googleAuth() { return GoogleAuth.signIn() .then((response: { authentication: Authentication }) =>...

Yes, you currently can't use the new Feature of Capacitor with a typed config. Until #114 is merged you can only use the "old" way of a JSON-Config.

@iamkbkarthikeyan does it worked for you on previous Capacitor versions? Or did you started directly with Capacitor v3? If you are newly using this problem probably your configuration is not...

The error after the migration from Capacitor 2 to 3 should be now fixed with the newer version.

That`s because this plugin currently doesn't support Capacitor 3 (see #98). You can try to use this fork of the plugin: https://www.npmjs.com/package/@reslear/capacitor-google-auth I don't tested it by myself but I...

Hello, we also have the same problem with the crash on iOS. It happens almost every 4 of 5 times when we start the app. The downgrade of `cordova-ios` is...

I also cannot use the "new style" of providing the remote config. I currently have to provide the `compat` version for the remote-config. This issue should really be addressed ...