-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ionic 4 - Browser audio input doesn't work #95
Comments
It doesn't seem to work either on an emulator or the browser. The point of the plugin is mainly to enable audio capture on iOS devices and older Android devices that haven't support for getUserMedia as most modern desktop browsers do. |
Actually its working fine on ios emulator for me, on android emulator i have a mute microphone but maybe this is just some settings for the emulator. |
Would be so awesome to make it work on the browser. |
@edimuj maybe you'd accept a little donation to make it work? |
@numerized well time is more of the issue, but donations are of course always happily accepted 🎁😊 Anyway, I will try to look into this in the coming weeks. Christmas is always a good time to do some housekeeping. |
Cool! :) |
It tries to do string replacement on
|
Hi,
I have a problem really similar to this post : #85
The plugin is working well on my android device but when i do
ionic cordova run browser
and load the tab, i have this error in the console :Here is the code in the ts file of the tab4 component :
Do you know what cause the error ?
Thank you
The text was updated successfully, but these errors were encountered: