Does WKWebView natively support full keyboard access?
I'm working on making a feature of my app accessible. Currently as is, with VoiceOver enabled, users can navigate through various elements within a web view. This doesn't seem to be the case when using full keyboard access. The focus engine seems to ignore the nested elements of the web view.
For example, within Apple's Mail app, the email web views aren't focusable. Is this expected behavior?