I\'ve seen/heard all about disabling text selection with the variations of user-select, but none of those are working for the problem I\'m having. On Android (a
user-select
-webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-tap-highlight-color:rgba(0,0,0,0);
This will disable it for every browser going.