zenorocha / voice-elements

:speaker: Web Component wrapper to the Web Speech API, that allows you to do voice recognition and speech synthesis using Polymer
http://zenorocha.github.io/voice-elements
1.36k stars 256 forks source link

voice-recognition: Mobile phone stops listening even with the "continuous" attribute #37

Open masonlouchart opened 6 years ago

masonlouchart commented 6 years ago

On my app, I have a button to start and stop voice recognition.

voice-recognition-button ("Parlez" = "Speak now")

The purpose is simply to fill an input form. On browser everything is working well. The user starts and stops the audio capture when they wants.

On my Nexus 5, the mobile phone itself stops the capture. Moreover, the end event is not thrown and the result event is twice. As the app is waiting for end event to update the button style, it's never updated.

Current behaviors

Expected behaviors

Nexus 5 Android 6.0.1 Chrome mobile Polymer 1.9.1