Skip to content
Use TouchEvents on Internet Explorer mobile
JavaScript HTML
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
LICENSE
README.md
demo.html
touchpolyfill.js Fix issue caused by my first fix to scrollbar issue Sep 19, 2014
touchpolyfill.min.js Fix issue caused by my first fix to scrollbar issue Sep 19, 2014

README.md

Touch Polyfill

This is a JavaScript polyfill that adds TouchEvent functionality to browsers with PointerEvent functionality, such as Internet Explorer 10 and 11.

Why?

Because you should be able to use whichever types of events you want in your code, and also to ease transition of old products on to new platforms without rewriting code.

Usage

Include touchpolyfill.js or touchpolyfill.min.js on your page and keep using touch events.

Demo

You can view a functional demo of the touch polyfill at: demo

People Using Touch Polyfill

HTML5 Fractal Playground

Executive Man

Do you have a project using touchpolyfill? Let us know and we'll get you on the list!

Trouble?

Please let us know if you're having any issues with this project -- we're looking to make the web a better place so we need testers and bug reports.

You can’t perform that action at this time.