E-mail List Archives
Re: Need for Increment Buttons?
From: Bryan Garaventa
Date: Dec 17, 2018 12:24PM
- Next message: Bryan Garaventa: "Re: Need for Increment Buttons?"
- Previous message: Jonathan Cohn: "Re: Preferences for epub reading applications/devices"
- Next message in Thread: Bryan Garaventa: "Re: Need for Increment Buttons?"
- Previous message in Thread: Brandon Keith Biggs: "Re: Need for Increment Buttons?"
- View all messages in this Thread
Hi,
Unfortunately this is a known issue on the iOS platform and does not just impact browser-viewable sliders like the one on WhatSock, but also on any drag and drop type slider that uses standard JavaScript within hybrid applications such as native apps that include web components that do the same thing.
The reason being that, when role=slider is applied to an element, it only changes the native mapping in the accessibility tree in that browser, but does not automatically tie into the native functionality when the same control is implemented using Xcode, which is necessary for the single finger swipe action to automatically scroll the slider as it does in native apps.
The last I heard, Apple has no plan to address this going forward, so it is always necessary to include accessible decrement and increment buttons to address these shortcomings in touch devices for the foreseeable future.
All the best,
Bryan
Bryan Garaventa
Principle Accessibility Architect
Level Access, Inc.
<EMAIL REMOVED>
415.624.2709 (o)
www.LevelAccess.com
- Next message: Bryan Garaventa: "Re: Need for Increment Buttons?"
- Previous message: Jonathan Cohn: "Re: Preferences for epub reading applications/devices"
- Next message in Thread: Bryan Garaventa: "Re: Need for Increment Buttons?"
- Previous message in Thread: Brandon Keith Biggs: "Re: Need for Increment Buttons?"
- View all messages in this Thread