aria-label is not being read on Android Chrome, for example:
<input aria-label="test" type="text">
On Android chrome, it reads "Editbox, double tap to edit, double tap to enter text".
But the same thing is read as "test, text field, double tap to edit" on iOS chrome.
Anyone else ever seen this issue?