Skip to content

Polyfill to remove click delays on browsers with touch UIs. Packaged for ClojureScript.

License

Notifications You must be signed in to change notification settings

dmohs/fastclick-cljs-packaged

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fastclick-cljs-packaged

Polyfill to remove click delays on browsers with touch UIs. Packaged for ClojureScript.

Usage

Add

[dmohs/fastclick-cljs-packaged "1.0.6"]

to your project.clj or build.boot file, then import FastClick into your ClojureScript namespace and enable it for the document body:

(ns my-app
    (:require FastClick))

(js/FastClick.attach (.-body js/document))

About

Polyfill to remove click delays on browsers with touch UIs. Packaged for ClojureScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published