+ 1
Problem... Need help
I have a code in which done everything but the code is not working properly... https://code.sololearn.com/WlZnq0uazq2h/?ref=app
4 Respuestas
+ 1
<button onpointerdown="accelerate(-0.08)" onpointerup="accelerate(0.05)">ACCELERATE</button>
With these figures it works good for me ,or you can describe in detail what is actually not working properly
+ 2
Thanks for the suggestion I will try it
+ 1
Abhay The button is not working...after clicking on the button copy paste options are shown
+ 1
Sajag Kamthan add touch-action:none attribute for button and p in css ,it will prevent any copy paste Buttons from appearing ,but I am not sure if this will work on laptop tho you can give it a try ,or Google about it