Closed 1N50MN14 closed 7 years ago
Hi, @1N50MN14 ! Sorry to hear that. I just built and tested the plugin on a Nexus 5X with Android 7.1.2, and it seems to work correctly here at least.
With that said, it is sadly a real pain to debug stuff like this :( but it would help if I could take a look at your test app since even minimal changes can lead to errors. It would be even better if I could clone your test app, and build/run it (from a project here on GitHub).
Doing some housekeeping: Since there hasn't been any action regarding this issue for a time now, I'm closing it.
Hei @edimuj - first thanks for the awesome project! ;)
For some odd reason the
audioinput
event is not firing on Android 7.0, my configuration is basic:I'm pretty much following the
file-demo.js
example, which is pretty straight forward, no errors are being thrown either.(window.audioinput && !audioinput.isCapturing())
is not falsy andstart()
gets executed.Any tips on what might be causing the issue or how to debug it on my side?
Thanks