0
I have a problem of Accessibility only in Iphone, some pages of the APP are in Webview made in . aspx and these screens uses a Multiview structure, ie a single page . aspx can have several following screens and are loaded as if it were an ajaxs. By clicking a button forward the contents of the next screen is pressed and the accessibility marking continues at the same point of the previous screen that was the forward button for example. Is there any way to determine where the focus of accessibility has to appear?
Dude, it’s worth taking a look at ARIA which is what makes the web accessibility part, I imagine the iPhone follow this specification. https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA
– Daniel