You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my app, I have a button to start and stop voice recognition.
("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
mobile phone stops the audio capture even when continuous attribute is true
result event is fired twice when mobile phone stops the capture
Expected behaviors
mobile phone records the voice continuously when continuous attribute is true
result event fired only once
Nexus 5
Android 6.0.1
Chrome mobile
Polymer 1.9.1
The text was updated successfully, but these errors were encountered:
masonlouchart
changed the title
Mobile phone stops the capture even with "continuous" attribute set true.
voice-recognition: Mobile phone stops listening even with the "continuous" attribute
Dec 7, 2017
On my app, I have a button to start and stop voice recognition.
("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,
thetheend
event is not thrown andresult
event is twice.As the app is waiting for.end
event to update the button style, it's never updatedCurrent behaviors
continuous
attribute istrue
result
event is fired twice when mobile phone stops the captureExpected behaviors
continuous
attribute istrue
result
event fired only onceNexus 5
Android 6.0.1
Chrome mobile
Polymer 1.9.1
The text was updated successfully, but these errors were encountered: