at Fidelity Investments
Accessibility automation, Mobile iOS/Android A11y
Check out my articles: http://dev.to/steady5063
If you wanna see what happens when you don't care about semantic HTML and just use ARIA, then check this talk out!
#Accessibility #A11y
If you wanna see what happens when you don't care about semantic HTML and just use ARIA, then check this talk out!
#Accessibility #A11y
SteadyAccessibility.com is coming soon!
SteadyAccessibility.com is coming soon!
Sharing my favorite image. Of boba fett bounty hunting for #Accessibility issues
Sharing my favorite image. Of boba fett bounty hunting for #Accessibility issues
Today I want to take a chance to shoutout some awesome talks!
Building Accessible Android Apps w/ Jetpack Compose by Devanshu Chandra
www.youtube.com/watch?v=cgm8...
Intro to Mobile App A11y By @ryomtoob.bsky.social
www.youtube.com/watch?v=AQH0...
Today I want to take a chance to shoutout some awesome talks!
Building Accessible Android Apps w/ Jetpack Compose by Devanshu Chandra
www.youtube.com/watch?v=cgm8...
Intro to Mobile App A11y By @ryomtoob.bsky.social
www.youtube.com/watch?v=AQH0...
Want to continue to learn more and more about mobile accessibility every month? Subscribe to the monthly newsletter Accessible Mobile Apps LLC! (by Robin Kanatzar). One of the best!
accessible-mobile-apps-weekly.ghost.io/accessible-m...
Want to continue to learn more and more about mobile accessibility every month? Subscribe to the monthly newsletter Accessible Mobile Apps LLC! (by Robin Kanatzar). One of the best!
accessible-mobile-apps-weekly.ghost.io/accessible-m...
Allowing for users to adjust their text size can help a variety of users be able to interact with your apps in ways they may not have been able to in the past. There are still MANY applications that do not resize AT ALL, causing frustrations for users
Allowing for users to adjust their text size can help a variety of users be able to interact with your apps in ways they may not have been able to in the past. There are still MANY applications that do not resize AT ALL, causing frustrations for users
#MobileA11yAdventCalendar
Have you ever used an app, tried to tap a button on the screen and it won't work?
iOS and Android each have their own touch target sizes for action items that must be met to ensure proper size.
iOS Dimensions: 44 X 44pt
Android Dimensions: 48 X 48dp
#MobileA11yAdventCalendar
Have you ever used an app, tried to tap a button on the screen and it won't work?
iOS and Android each have their own touch target sizes for action items that must be met to ensure proper size.
iOS Dimensions: 44 X 44pt
Android Dimensions: 48 X 48dp
#MobileA11yAdventCalendar
Orientation matters!
A lot of mobile apps currently only work in portrait, but need to work in both portrait and landscape. Landscape allows ALL types of users to interact the way they want. Some users mount their device and others like large screens
#MobileA11yAdventCalendar
Orientation matters!
A lot of mobile apps currently only work in portrait, but need to work in both portrait and landscape. Landscape allows ALL types of users to interact the way they want. Some users mount their device and others like large screens
iOS #A11y inspector fun facts!
1) You can inspect ANY app for accessibility issues.
2) Ability to see all the information in the #A11y tree (Traits, Labels, Hints)
3) Nav inspector can show how VO users nav your app
4) 7 automated checks through “run audit”
iOS #A11y inspector fun facts!
1) You can inspect ANY app for accessibility issues.
2) Ability to see all the information in the #A11y tree (Traits, Labels, Hints)
3) Nav inspector can show how VO users nav your app
4) 7 automated checks through “run audit”
Lets talk about tables!
One misconception in mobile apps is tables announce the EXACT same way as they do in web.
In mobile, there is NOT a semantic tables like web. #A11y labels must include the row and column header text, along with the data text.
Lets talk about tables!
One misconception in mobile apps is tables announce the EXACT same way as they do in web.
In mobile, there is NOT a semantic tables like web. #A11y labels must include the row and column header text, along with the data text.
Let's talk #Android assistive technology!
In the previous post, we talked about only testing with screen readers, in this case TalkBack. The truth is there is a load of different AT that users use that you should be testing on Android, lets jam on them!
Let's talk #Android assistive technology!
In the previous post, we talked about only testing with screen readers, in this case TalkBack. The truth is there is a load of different AT that users use that you should be testing on Android, lets jam on them!
Let's talk assistive technology!
A mindset we tend to get into with mobile app #Accessibility is testing only with screen readers. In theory, it SHOULD catch most issues in your app, however you need to test with multiple AT's. Let's start with iOS!
Let's talk assistive technology!
A mindset we tend to get into with mobile app #Accessibility is testing only with screen readers. In theory, it SHOULD catch most issues in your app, however you need to test with multiple AT's. Let's start with iOS!