Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What event is triggered on a text input after using speech recognition in iOS?

I'm beginning to think that iOS does not trigger an event when it inserts text from speech recognition into an html input. I've tried listening for: change, keyup, keydown, blur, focus, paste.

Anyone know the secret?

like image 376
Trevor Johnston Avatar asked Oct 30 '25 22:10

Trevor Johnston


1 Answers

Found it. The "input" event is triggered.

like image 164
Trevor Johnston Avatar answered Nov 01 '25 13:11

Trevor Johnston