Is it possible to activate the microphone input on a user's keyboard as an input to a textbox with a button using JavaScript? The keyboard microphone on iPhone and Android.
<input type="text"> <button onclick="activateMicrophone()">Activate Microphone</button>