How can I disable the magnifying glass that appears when you hold the touch on a UIWebView? I don’t want to to disable user interaction but I don’t want the webview to show that zoom glass. Any Ideas?
Share
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.
No, the loupe is inextricably linked to selection. To disable it, you will have to disable selection entirely (you can use
-webkit-user-select: noneto do that).