You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the html code for k-toggle is generated, it´s printed as a label, but without the label text and the relationship between the label and the input field that´s placed inside.
It may seem that this creates an error when you use voice over on the phone, nothing happens when you click on it.
Expected Behavior
It should be possible to toggle a checkbox in VoiceOver mode on iOS.
Actual Behavior
It is not possible to toggle a checkbox in VoiceOver mode on iOS.
On a phone with voice over, the title was the only element that was read. It was not possible to click an svg link element used as a back link. We solved this by making the back link to a back button.
On voice over, a button is always read as an button. A link need a href to be read as a link.
Thomas Ekdahl
Privat
Mobile: +47 911 43 630
Check that this is really a bug
Reproduction link
App mypostnord
Bug description
When the html code for k-toggle is generated, it´s printed as a label, but without the label text and the relationship between the label and the input field that´s placed inside.
It may seem that this creates an error when you use voice over on the phone, nothing happens when you click on it.
Expected Behavior
It should be possible to toggle a checkbox in VoiceOver mode on iOS.
Actual Behavior
It is not possible to toggle a checkbox in VoiceOver mode on iOS.
Konsta UI version
v0.11.1
Platform/Target and Browser Versions
iOS
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: