5

User unable to select text in some documents loaded into web-view, so "copy, define..." actions doesn't show up.
What can be a reason to this behaviour?

Edit: For some documents, this same web-view normally select text, so I think the problem is with html-document.

Alexander
  • 780
  • 1
  • 8
  • 22

1 Answers1

1

try check the "User Interaction Enabled" for UIWebView on IB or

[webview setUserInteractionEnabled: YES];
stosha
  • 2,108
  • 2
  • 27
  • 29