Skip to content

Prevent Default Module

This module disables all default browser behaviors related to touch/mouse/wheel events about the target element.

Loading

TypeScript
import { PreventDefault, Pointeract } from 'pointeract';
const pointeract = new Pointeract(app, PreventDefault);