I would like to create a web application that will need to be processed with many short user inputs, but instead of entering all the texts, the user should be able to use a microphone.
I know that iPhone and Android smartphones have a “microphone button” on the keyboard, but both platforms require you to focus the input first to start recording. It would be much better if I only had a button , because otherwise you really don't feel like you want to use the input using your voice.
I tried using the attribute x-webkit-speechon my Android phone, but either Dolphin HD or Google Chrome did display the actual speech input field.
Is there a way to open the speech input dialog directly without opening the first keyboard or am I just expecting a lot?
source
share