as a part of accessibility conformance we are trying to "trap" focus within a modal dialog that appears. Unfortunately it seems like aria-modal="true" is not supported in iOS. Furthermore, capturing the tab focus via focusin/blur events does not work either: it seems the voiceover takes precedence and will allow the user to force focus away. With all that said, does anyone have a working example or technique that would allow for this? Currently it seems impossible.
Thank you