losciur
losciur
Hi guys, I have an ionic capacitor 3 app, and when I compile with Xcode 12.5 I got these errors: ``` Cannot find 'AnalyticsEventScreenView' in scope Cannot find 'AnalyticsParameterScreenName' in...
Hi, actually, github markdown emoji (https://gist.github.com/rxaviers/7360908) are not working for me. Is it correct? Do you think to add emoji in future release? Thanks for you work!
Hi, since the new plugin version 1.0.3, I have an error when I call `audioinput.stop()`. This happens only in iOS, not in Android. Every time I call it, it'is fired...
Hi! despite the new plugin version 1.0.3, I have similar problem like issues #103 and #110. This happens only in iOS, not in Android. The `event.data.length`: ``` window.addEventListener('audioinput', (event: any)...
Hi! To obtain the same `event.data.length` in Android and iOS: ``` window.addEventListener('audioinput', (event: any) => { console.log("event.data.length",event.data.length) } ``` I have to set different bufferSize property in `captureCfg`. Example: to...
### Observed behavior When a user buy a non consumable product in iOS and Android all is ok, the `state` of the product change in `owned= true`. When I reopen...
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...
Hi, I can't use it with ionic capacitor. Can you explain with more detail what I have to do? Thanks