Te damos el hallazgo a esta contrariedad, al menos eso creemos. Si presentas preguntas coméntalo y con gusto te ayudaremos
Ejemplo: habilitar deslizar usando javascript
document.addEventListener('touchstart', handleTouchStart,false);document.addEventListener('touchmove', handleTouchMove,false);var xDown =null;var yDown =null;functiongetTouches(evt)functionhandleTouchStart(evt)const firstTouch =getTouches(evt)[0];
xDown = firstTouch.clientX;
yDown = firstTouch.clientY;;functionhandleTouchMove(evt);
Te invitamos a defender nuestra misión poniendo un comentario o valorándolo te lo agradecemos.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)