Right now, on the iphone, when the person holds down the link, , it’ll have a bottom drawer pop up and say, “Open”, “Copy”, “cancel”.
I want to add a meta tag to disable this.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A meta tag will not disable them. But the following css will:
EDIT: The CSS will not disable the menu from popping up. It will only disable the magnifying glass. The only way I know of that disables the menu is to use onClick instead of href. Something like