sertal70

Results 28 comments of sertal70

This happened to me when debugging my angular app with `ng serve`, I solved it by adding the following to my `package.json`: ```json ... "browser": { "crypto": false }, ......

Hi all, I'm having the same issue. Here it is my project env: ``` Ionic: Ionic CLI : 6.12.1 Ionic Framework : @ionic/angular 5.3.1 @angular-devkit/build-angular : 0.1000.5 @angular-devkit/schematics : 9.1.12...

This question is quite old but at the same time it is very current for me. I'm able to use DevTools Redux extension to inspect the store of my Ionic...

Just a note: I also had noise with v1.0.2 recording in iOS but it disappeared as soon as I switched channels from `STEREO` to `MONO` in recording configuration. `STEREO` works...

Hi @taxilian, I tried your fix but it doesn't solve the issue: the recording output contains a periodic "click" only, there is no sound at all. The only way to...

@taxilian you're welcome. I suspect the root cause is not typed arrays implementation itself, because everything is fine if I record using event instead of web audio.

Before opening the issue I've read the README and all the discussion in the issue #222 around the differences between aspect ratio of the preview and the taken picture. Despite...

HI @westonganger did you have time to look at this? What do you think about?

Hello @westonganger any news on this? I'm not an iOS developer but if you drive me I could try to locate the issue and fix it, what do you think?

Hi @Saqib92 I'm getting crazy with issue #221 , but it seems that your app is not affected by that. I have a couple of questions: 1) What version of...