View
 

iPhone: Prevent callout, link selection, text auto-resize

Page history last edited by Shazron Abdullah 10 mos ago

* {

-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */

   -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */

   -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */

   -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */

Comments (0)

You don't have permission to comment on this page.