UIWebView: prevent from displaying menu, Copy.

2009-07-29 Thread norio ota
Hi, I'd like to prevent UIWebView from selecting an area and showing the Copy menu item. I tried subclassing it and implementing touchesEnded:withEvent:. But since I don't know if double-tap is the exact way to show the menu, I'm not sure if I omit the event using the topped count.

Re: UIWebView: prevent from displaying menu, Copy.

2009-07-29 Thread glenn andreas
Go to devforums.apple.com/community/iphone and search there - this has been discussed, with solutions, there... Sent from my iPhone On Jul 29, 2009, at 10:35 PM, norio ota notty@gmail.com wrote: Hi, I'd like to prevent UIWebView from selecting an area and showing the Copy menu item.