Nav Link On

iPhone Dev Forums > General Development > Web App Development > Cancelling long tap in Safari

Reply

 

LinkBack Thread Tools Display Modes
Old 06-30-2009, 09:52 AM   #1 (permalink)
Junior Member
Default Avatar
 
Join Date: Jun 2009
Posts: 2
Default Cancelling long tap in Safari

Hi,

when I do a long tap (touch and hold for ~1 second) on a link in Safari on iPhone, Safari shows me a menu for opening the link in new window, copying the text, ... I'd like to prevent this menu from displaying. Is there a way to do that?
I had a look at some documentation, but it seems as if there were no JavaScript events to work with.
The reason why I want to do this, is that I use the long tap for displaying my own context menu.

Thanks
Ma3oiS is offline   Reply With Quote
Old 06-30-2009, 04:19 PM   #2 (permalink)
Junior Member
Default Avatar
 
Join Date: Jun 2009
Posts: 2
Default

Never mind, I found the solution myself - it is necessary to use CSS property
Code:

You must Login or Register to view and contribute code! This is done to increase participation in helping one another out, if you have been helped please pass on the favor.

-webkit-touch-callout: none
See this for reference.
Ma3oiS is offline   Reply With Quote
Old 07-21-2009, 06:26 AM   #3 (permalink)
Junior Member
 
Sam100's Avatar
 
Join Date: Apr 2009
Location: Santa Barbara, CA
Posts: 14
Default

The menu which you have mentioned first is the menu which appears when we do a right click on a PC or MAC safari screen. You can just ignore it by clicking elsewhere on the screen.
Sam100 is offline   Reply With Quote
Reply

iPhone Dev Forums > General Development > Web App Development


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0 RC1