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
Hi @davepenfold, thanks for reporting this. I checked out your example last night on my phone that's been upgraded to iOS 12 and found that double tapping the screen or directly on the button to initiate a click on the button produced what I would expect as a correct result of VoiceOver announcing "click me, expanded" and "click me, collapsed". A single click directly on the button did not activate it, but simply announced the button and its state.
Is it possible that the behavior that you're seeing is an issue with VoiceOver that was changed in iOS 12? Are you planning on upgrading in the near future so you can test on your end?
I've created a test case here:
https://codesandbox.io/s/4wlrq70km0
Test 1
Steps to reproduce:
Open https://4wlrq70km0.codesandbox.io/ in Safari on your iOS device. Tested with version 11.4.1.
Expected results:
VoiceOver should read button as "Click me, collapsed"
Actual results:
VoiceOver does not announce the aria-expanded change
Test 2
import "what-input";
and click on Save button so what-input is not loadedThe text was updated successfully, but these errors were encountered: