 |
 |
|
 |
07-05-2009, 06:21 AM
|
#1 (permalink)
|
|
New Member
Join Date: Mar 2009
Posts: 4
|
Disabling the UIWebView "tap and hold" Popup
In iPhone OS 3.0 a feature has been added to Safari and UIWebView components. When you tap and hold on a link for a second an action sheet pops up from the bottom of the screen giving you the option to open the link, copy the URL or cancel the operation.
I'm using a UIWebView to render rich text together with a couple of controls and this functionality doesn't really fit well there.
Is anyone aware of a way to disable this for the entire UIWebView, or perhaps for individual links using some kind of CSS attribute?
Thanks in advance!
|
|
|
07-23-2009, 05:23 AM
|
#2 (permalink)
|
|
New Member
Join Date: Mar 2009
Posts: 8
|
Quote:
Originally Posted by Sensei
In iPhone OS 3.0 a feature has been added to Safari and UIWebView components. When you tap and hold on a link for a second an action sheet pops up from the bottom of the screen giving you the option to open the link, copy the URL or cancel the operation.
I'm using a UIWebView to render rich text together with a couple of controls and this functionality doesn't really fit well there.
Is anyone aware of a way to disable this for the entire UIWebView, or perhaps for individual links using some kind of CSS attribute?
Thanks in advance!
|
bump! how do we fix this. it's costing me a fortune!
|
|
|
01-16-2010, 06:42 AM
|
#3 (permalink)
|
|
Senior Member
iPhone Dev SDK Supporter
Join Date: Oct 2008
Posts: 188
|
Any movement on this guys?
|
|
|
01-16-2010, 07:03 AM
|
#4 (permalink)
|
|
Senior Member
iPhone Dev SDK Supporter
Join Date: Oct 2008
Posts: 188
|
Quote:
Originally Posted by kilobytedump
Any movement on this guys?
|
Actually here's the answer. It might help someone else
Use CSS
* {
-webkit-touch-callout:none;
}
|
|
|
 |
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
» Advertisements |
» Online Users: 534 |
| 42 members and 492 guests |
| !_UK@$, ackpth, atlwx, blex, checkright, CHV, codeflakes, coolman, Cubben2, delphipgmr, designomatt, eimanz, embedded, GeoLogTag, GreenApple, ianian, ihua, iPhoneSpain, Janek2004, JasonR, Johanovski, josechuis, jschorn, jumbo0, Kroupy, Kryckter, loganbest, lukeca, mr tickle, nathanp, nycos, pjlocko, pongteam2, Saurman, sbuchbin, SmallWonder, Stephane.tamis, striker, x2on, z850, _Mac |
| Most users ever online was 779, 05-11-2009 at 10:55 AM. |
» Stats |
Members: 21,490
Threads: 35,768
Posts: 156,681
Top Poster: smasher (2,448)
|
| Welcome to our newest member, pongteam2 |
|