Skip to content

knledg/touch-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TouchEvents

Library to help handle touch events

Documentation

Package

Run Example

cd examples && elm make SwipeExample.elm && open index.html

Be sure to view in a mobile device emulator like the one found in Chrome Dev Tools since touch events are only triggered on mobile devices

Run tests

  1. Run npm install -g elm-test if you haven't already.
  2. cd into the project's root directory that has your elm-package.json.
  3. Run elm-test init.
  4. Run elm-test.