| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <section id="touchevents" data-transition="slide">
- <header data-title="Touch Events" data-back="home"></header>
- <article>
- <div class="two rows" id="touchevents-console">Test them...</div>
- <div class="eight rows list scroll">
- <ul>
- <li class="anchor">Test events in your Mobile Device</li>
- <li data-event="touch"><strong>Touch me!</strong></li>
- <li data-event="tap" id="prueba"><strong>Tap me!</strong></li>
- <li data-event="doubleTap"><strong>doubleTap me!</strong></li>
- <li data-event="hold"><strong>hold me!</strong></li>
- <li data-event="Drag">
- <strong>Drag me!</strong>
- <small>Swipe with 2 (or more) fingers</small></li>
- <li data-event="swipe">
- <strong>Swipe me!</strong>
- <small>Drag in any direction</small></li>
- <li data-event="swipeLeft"><strong>swipeLeft me!</strong></li>
- <li data-event="swipeUp"><strong>swipeUp me!</strong></li>
- <li data-event="swipeRight"><strong>swipeRight me!</strong></li>
- <li data-event="swipeDown"><strong>swipeDown me!</strong></li>
- <li data-event="swiping"><strong>swiping me!</strong></li>
- <li data-event="rotate">
- <strong>rotate me!</strong>
- <small>Drag in any direction</small></li>
- <li data-event="rotateLeft"><strong>rotateLeft me!</strong></li>
- <li data-event="rotateRight"><strong>rotateRight me!</strong></li>
- <li data-event="rotating"><strong>rotating me!</strong></li>
- <li data-event="pinch">
- <strong>pinch me!</strong>
- <small>Drag in any direction</small></li>
- <li data-event="pinchIn"><strong>pinchIn me!</strong></li>
- <li data-event="pinchOut"><strong>pinchOut me!</strong></li>
- <li data-event="pinching"><strong>pinching me!</strong></li>
- </ul></div>
- </article>
- </section>
|