I am trying to make webpage very native. How to remove select,select all property in webpage?
use this code https://www.docsity.com/it/teorie-e-pratiche-del-web-4/556038/
body, html{ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }