Speech Recognizer Permission Error on Android (Permission Granted but not working)

Hello,

I am developing a calculator app and I’m having trouble with the microphone permission.

What I’ve done:

  1. Added a Screen1.Initialize block to Ask for permission (AUDIO).
  2. On my phone, I selected “While using the app” when the popup appeared.

The problem:
Even after granting permission, the app still shows an error message and the voice input doesn’t work. I am using the Kodular Companion to test.

Details:
★Device: Itel S23
★Android Version: 12

Has anyone faced this issue recently?
Do I need a specific extension or a different block logic for newer Android versions?
Thank you!


Hi dear,

Welcome to the Kodular community!

I see that the error is coming from the URL.
If you’re using the WebViewer component, it’s recommended to use vknow’s CustomWebViewer, which is really well made extension and lets you manage web permissions more effectively.