Disable callOut and userSelect in Safari Mobile


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. document.documentElement.style.webkitUserSelect='none';
  2. document.documentElement.style.webkitTouchCallout='none';

URL: http://www.undolog.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.