As an iOS developer, I created a cell, the hierarchy is: cell-contentView-stackView,the stackView contains one label and one wkwebview. Now text on the label can be announced by voiceover, but wkwebview content can't. whether I set wkwebView.isAccElement to true or false, it does not work unless I set wkwebview.accessibilityLabel to something. I read this post: How can I enable VoiceOver for webview content on tableview and get no answer. Can anyone help? thanks
I expect voiceover work on Wkwebview, it can announce web content