- Create a simple
<input type="date" />
on a page. - Open your web app on an Android device with a Chrome browser (I'm using P7).
- Turn on Talkback.
- Open date input.
- Select a date, and set.
- Watch as the focus is now on the top left home button of the browser. It will say "Chrome Home Button Double-tap To Activate ...".
Anyone else experiencing this?
I wanted to just add setTimeout into onChange callback so that it just focuses back to the input itself, but it won't work if user decided to use keyboard input for the date.