0

Possible Duplicate:
How to disable Copy and Paste in UIWebView

Any suggestions how to remove page items highlight on WebView..Like when you tap on text, text area become grey and menu with "copy, select, paste" appears...Can I disable that thing ? Thanks in advance.

Community
  • 1
  • 1
Jim
  • 8,874
  • 16
  • 68
  • 125
  • Possible dupliate of http://stackoverflow.com/questions/6676369/how-to-disable-copy-and-paste-in-uiwebview – phi Nov 25 '11 at 14:47

1 Answers1

2

Have you tried to set setUserInteractionEnabled:false? It should work for most cases.