Yasin S. Kuralay

Results 2 comments of Yasin S. Kuralay

We have the same problem. Inter-page navigation with plain-js works as expected, but when updating the document.title with plain-js, nvda doesn't announce the title change. Here is a live plain-js...

For future reference: The onAnchorFound function runs on IOS only when the target is visible. So for IOS, simply set a timer and on every onAnchorUpdated clear the timer and...