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-navbar is generated, an extra div is added at the top of the code that is printed. This is marked below, and begins with the class absolute.
…
Because of this, the return link does not work when you use voice over on the phone. It only reads out the title.
Expected Behavior
Navigation elements should be clickable when the phone is using VoiceOver mode on mobile phone
Actual Behavior
Not possible to click on navigation links in VoiceOver mode on mobile phone
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-navbar is generated, an extra div is added at the top of the code that is printed. This is marked below, and begins with the class absolute.
Expected Behavior
Navigation elements should be clickable when the phone is using VoiceOver mode on mobile phone
Actual Behavior
Not possible to click on navigation links in VoiceOver mode on mobile phone
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: