I'm trying to execute/receive a onfocus
HTML event using Talkback on an Android Device (Moto G Android 4.4.3) on an HTML page while selecting an input
field.
I created on single input text with an onfocus
event : this event never get called when using "touch explorer" with talkback. When I select/hover it with Talkback there is a little outline over my field it but it's not the HTML :focus
state :
<input type="text" id="myInput" onfocus="focusFunction()" onblur="blurFunction()">
See this fiddle for an example : https://jsfiddle.net/hpgqmz7f/embedded/result/
On IOS + VoiceOver or Chrome@PC + NVDA, the focus event is called without problem..
Thanks for the help
edit: this page show that with assistive technology, Talkback should trigger a focus on 1st tap