ios - 我可以解决 UIWebView 中的 iOS 8 Voiceover 错误吗?

标签 ios uiwebview voiceover

a bug in iOS 8.0 with Voiceover in UIWebView .我已将它归档在 Apple 的错误报告网站上,还在 OpenRadar 上提供了一份副本,您可以在那里阅读它。

Summary: Consider a UIViewController containing a UIWebView whose HTML content is long enough that it scrolls off the screen; at the bottom of the HTML is a button. Voiceover users can right-swipe through the content to have the text read aloud.

But when the Voiceover user swipes to the button and double-taps to activate the button, nothing happens; its onclick event handler never fires.

有没有办法解决这个错误?还是我们的 Voiceover 用户只需要等待 Apple 在 iOS 8 的补丁版本中修复这个错误?

最佳答案

解决方法是切换到 WKWebView。该错误存在于 UIWebView,但不存在于 WKWebView。

关于ios - 我可以解决 UIWebView 中的 iOS 8 Voiceover 错误吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26009055/

相关文章:

android - 何时使用服务器 key 以及何时在谷歌地图中使用 ios key

iphone - 禁用 UIWebview 中 UIToolBar 上的后退和前进按钮

ios - 您应该为 UIAccessibilityConvertFrameToScreenCoordinates 使用哪个 View ?

ios - 如何在iOS上的音频缓冲区中跳过样本

ios - 如何保持 iOS Storyboard 对象 id 的值一致

ios - 如何以编程方式让 UITableView 滚动到特定部分

javascript - UIWebView 使用 elementFromPoint() 获取图片 url

ios - 每 (N) 秒刷新 WebView

iOS - 表格 View 字母过滤器中的画外音问题

UITableView 部分的 ios 画外音