Webview enable the microphone For javascript permission

Hello first, I would like to thank you for your attention and technical guidance. :smiley:

I have a web page, which uses a script in (Javascript) that needs to enable the microphone, but I am using it in a (Webview) In kodular, to be able to open the site.
But the microphone does not work, when I use the (Webview)

I used the permission android.permission.RECORD_AUDIO when opening the screen but I was not successful,

Even so, the site that is opening through Webview does not recognize the microphone, I would like to know if someone could guide me how I should do it correctly?


:roll_eyes:
When I access the site through the browser outside the Webview in the cellโ€™s own browser, it works normally only in the application that is experiencing this problem.

Use custom webview instead

I just tested it and it worked, this was the solution I needed! :muscle: :smiley: :desktop_computer:

1 Like

I would like to know if it would also be possible to disable the camera and block the location option, what should I do? just leave the microphone option? :eyes: