I need to find out how to make the menu that appears in mobile safari on the iphone/touch when you tap & hold an element appear on a single tap without having to hold. how would i do this? preferably i would use webkit & no js.
views:
231answers:
1
A:
UIWebView does not does not call any methods until a link is actually activated, and it does not expose any information about its subviews. There is no way to do with current SDK, you should file a bug with Apple if you need this functionality.
Louis Gerbarg
2009-07-22 22:33:04
And Apple will promptly ignore your bug request.
Matt Grande
2009-07-22 22:37:00