Back to all

AI microphone

My web app's voice input works correctly in Chrome and in Lovable Preview, but it does not work in the Android APK generated by Median.


Symptoms:


- Microphone starts listening.

- No speech transcript is returned.

- No AI response is generated.

- Voice recognition works correctly in normal browsers.


Please check:


1. Whether microphone access is enabled for the WebView.

2. Whether Android RECORD_AUDIO permission is included.

3. Whether speech recognition APIs are supported in the generated app.

4. Whether Chrome Custom Tabs or another browser component is required for speech recognition.

5. Any settings needed to allow navigator.mediaDevices and speech-recognition APIs inside the app.