UIWebView: prevent from displaying menu, Copy.
UIWebView: prevent from displaying menu, Copy.
- Subject: UIWebView: prevent from displaying menu, Copy.
- From: norio ota <email@hidden>
- Date: Thu, 30 Jul 2009 12:35:52 +0900
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.
Furthermore, even if I placed a breakpoint at the beginning of the
method, Debugger doesn't stop there.
For your info, the subclass has becomeFirstResponder method, and it is
to return YES.
Any suggestions would be very appreciated.
Best regards,
Norio
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden