Arturo Macías
Arturo Macías
Hi all, i need to use a fullscreen animation and obviously, i need different lottie animation to handle different screen sizes. Is there any way of doing that? How can...
Hi all, I'm having a weird issue using audioinput. If I start recording with audioinput.start() and after that, I play an audio using cordova-media-plugin, audioinput stops recording. I'm testing in...
Hi! i'm using audioinput in a ionic app for iOS. I'm using it to capture audio from device mic and extract features through meyda library. Meyda library needs a 32...
Hi, i'm using this plugin in an Ionic 5 app and webhooks to update my server. Webhook is sending this info to my server : ``` { "key":"message key", "from":"sender...
I have this plugin installed in a Ionic 5 app. It is working on iOS but on android, it throws that exception in any kommunicate function call. For example: `this.kommunicate.login(kmUser);`...
Hi, I'm using this amazing component in an Ionic 5 + Phaser 3 app. Currently, I have a home page with a link that navigate to GamePage (the one with...