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 wrote:
Hi,
I'd like to prevent UIWebView from selecting an area and showing the
"Copy" menu item.
I tried subclass
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.
Furthe