webkitSpeechRecognition on Android Chrome
问题 I'm using a simple Speech to text detection with webkitSpeechRecognition . This code works great on Windows Desktop. But - on Android Chrome browser - When starting detection, the microphone on the Android status bar shows only for 1 or 2 seconds . If there is no voice activity - it turns off and the voice recognition stops. If I do speak very fast after clicking "Start", it stays on. Any ideas how to make the Android microphone available at all time? if ('webkitSpeechRecognition' in window)