We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello
I would like to know if there is a standard practice to somehow lock the page scrolling of the browser while interacting with a sketch by touche. I guess many people face this question, no ?
cheers
Answers
http://p5js.org/reference/#/p5/touchMoved
Thank you GoTo :)
I noticed that your answers are getting shorter. Annoyed by so many stupid questions like mine ? I did my search before posting, and I saw those functions in the reference. I was kind of looking for some tips on the proper way to implement that.
thank you again for your efforts, it REALLY help me getting started and I would have stop without them. really.
:)
Oh, you did see them? So I believe you've noticed the
return false
within them? L-)AFaIK, preventDefault() is a more formal way (if you care about such formalities) than
return false
: 8-Xhttp://StackOverflow.com/questions/11019868/stoppropagation-with-tap-event
https://forum.Processing.org/two/discussion/12953/strange-right-click-behavior