HI @FredGuillot,
did you notice that ?
Browsers may have different default behaviors attached to various touch events. To prevent any default behavior for this event, add “return false” to the end of the method
see touchStarted:
Cheers
— mnse
HI @FredGuillot,
did you notice that ?
Browsers may have different default behaviors attached to various touch events. To prevent any default behavior for this event, add “return false” to the end of the method
see touchStarted:
Cheers
— mnse