mysamai / mysam-ui

A frontend for mysam built with React
GNU General Public License v3.0
1 stars 2 forks source link

Fall back to keyboard input when speech recognition is not available #11

Closed daffl closed 6 years ago

daffl commented 6 years ago

Most browser hide speech recognition behind a flag or do not support it at all. This PR makes the UI fall back to the keyboard input if starting speech recognition failed.

screen shot 2018-01-14 at 12 04 09 pm