Appearance
Custom touch events
The eWizard.js framework allows you to add the following custom touch events to your e-Detailers, messenger ads, and sites:
| Gesture | Event | Description | Comments |
|---|---|---|---|
| Swipe | chapterswipe | Swipe on chapter-level navigation. | Applicable to e-Detailers only The chapter swipe event is triggered when chapter.enabled is set to true and the swipe matches the direction and touchesCount options defined in your e-Detailer chapter navigation settings. |
| Swipe | slideswipe | Swipe on slide-level navigation | Applicable to e-Detailers only The slide swipe event is triggered when slide.enabled is set to true and the swipe matches the direction and touchesCount options defined in your e-Detailer slide navigation settings. |
| Swipe | subslideswipe | Swipe on subslide-level navigation | Applicable to e-Detailers only The subslide swipe event is triggered when subslide.enabled is set to true and the swipe matches the direction and touchesCount options defined in your e-Detailer subslide navigation settings. |
| Pan | pan | Pan gesture (any direction) | Applicable to e-Detailers, messenger ads, and sites |
| Pinch | pinch | Pinch gesture (zoom in/out) | Applicable to e-Detailers, messenger ads, and sites |
| Rotate | rotate | Rotate gesture | Applicable to e-Detailers, messenger ads, and sites |
| Tap | tap | Tap gesture | Applicable to e-Detailers, messenger ads, and sites |