docluv / deeptissuejs

A Touch Abstraction Library for MSPointer andWebKit touch APIs

Home Page:https://deeptissuejs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deeptissue.js

**** NOTE ****

Apple seems to have finally caught up to the rest of the web on touch events, at least on iOS. As of iOS 13 Safari now seems to have support for Pointer Events.

As soon as I have time to test and verify this I will update.

So hopefully, like many other library floating around the web I can deprecate this library in favor os native functionality. :)


Deeptissue.js is a helper library to abstract away the differences between the MSPointer and WebKit Touch APIs. There are many JavaScript libraries publicly available that support the WebKit API and a few that help with the MSPointer API, but I reand nothing that bridged the gap. So I decided I would create a library to do just that.

Quick start

Clone the git repo - git clone git://github.com/docluv/deeptissuejs.git - or download it

Features

  • Abstracts MSPointer and WebKit Touch APIs.
  • Supports
  • tap, double-tap, tap-hold,
  • move, horizontal-move, vertical-move,
  • swipe left, swipe right, swipe up, swipe down,
  • Rotate and Scale for IE10 and Mobile Safari

Documentation

Take a look at the documentation table of contents. This documentation is bundled with the project, which makes it readily available for offline reading and provides a useful starting point for any documentation you want to write about your project.

About

A Touch Abstraction Library for MSPointer andWebKit touch APIs

https://deeptissuejs.com/

License:Apache License 2.0


Languages

Language:JavaScript 78.3%Language:HTML 19.3%Language:CSS 2.4%