Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
用户无法在加载到 Web 视图的某些文档中选择文本,因此“复制、定义...”操作不会显示。这种行为的原因是什么?
编辑: 对于某些文档,这个相同的 web-view 通常选择文本,所以我认为问题出在 html-document。
尝试检查 IB 上 UIWebView 的“用户交互已启用”或
[webview setUserInteractionEnabled: YES];