Slide 62
Slide 62 text
Others CSS Tweaks
Override default semi-transparent highlight when user clicks on an element
a {-webkit-tap-highlight-color:rgba(0,0,0,0);}
Prevent users from selecting text
html {-webkit-user-select:none;}
Prevent the callout toolbar
html {-webkit-touch-callout: none;}
Sunday, April 22, 12