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
On opening accessibility mode on Android, (Talkback), on clicking the More button that opens the consolidated dropdown, the button is described as only a button with no description. There seems to be no aria label on that element.
Expected Behavior
Add aria tags like role and label and the label will be announced.
Steps to reproduce
Steps:
Go to settings > accessibility on an Android and enable talkback mode
Open editor.p5js.org and tap the "more" button.
The announcement will name it as a button with no description.
Snippet:
// Paste your code here :)
The text was updated successfully, but these errors were encountered:
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already.
dsaw
changed the title
More icon button in Navbar on Mobile has no aria labels
More icon button in Navbar on Mobile has no aria tags
Mar 6, 2025
dsaw
linked a pull request
Mar 6, 2025
that will
close
this issue
p5.js version
No response
What is your operating system?
Android
Web browser and version
Firefox 136.0 (Android)
Actual Behavior
On opening accessibility mode on Android, (Talkback), on clicking the More button that opens the consolidated dropdown, the button is described as only a button with no description. There seems to be no aria label on that element.
Expected Behavior
Add aria tags like role and label and the label will be announced.
Steps to reproduce
Steps:
Snippet:
// Paste your code here :)
The text was updated successfully, but these errors were encountered: