0
Can u help me with this? Can u do that text to impossible to mark? P5js game points text
Can u do that to make that text impossible to mark? It disturbing while someone play in it https://code.sololearn.com/WF9iSR28z383/?ref=app https://code.sololearn.com/WF9iSR28z383/?ref=app
5 odpowiedzi
+ 5
Try
document.onselectstart=function (){return false}
+ 5
Add this in the head:
<script>
window.onselect=function (){return false};
</script>
+ 1
Kevin Star i added this and its still same as earlier on normal page this probably work but its text on p5js and idk
+ 1
Kevin Star but thanks for help :)
+ 1
Kevin Star thanks this works