Re: How to disable double tap on UIWebView
Re: How to disable double tap on UIWebView
- Subject: Re: How to disable double tap on UIWebView
- From: Evadne Wu <email@hidden>
- Date: Mon, 11 Jul 2011 21:01:39 +0800
The best thing is to inject some JavaScript event handlers and prevent default actions. This is the cleanest way but I don’t know what happens if your user disables JavaScript. Again the web view wraps around a scroll view, so enumerating thru the view hierarchy and finding all the gesture recognizers could probably help.
-ev
On Jul 11, 2011, at 20:27, Symadept wrote:
> Hi,
>
> How can I disabe double tap on UIWebView. I tried to override touchesBegan
> but it is not invoked. Any idea how can I fix this.
>
>
>
> Regards
>
> symadept
> _______________________________________________
>
> 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
_______________________________________________
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