1.1.2 • Published 6 years ago

@odopod/odo-tap v1.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Odo Tap

A service to interpret taps on elements. Useful for delegated clicks on the document or body because iOS is buggy with delegated clicks on "non-clickable" elements.

Install

npm install @odopod/odo-tap --save

Quick Start

import OdoTap from '@odopod/odo-tap';

const tapId = OdoTap.addListener(document.getElementById('thing-to-tap'), function () {
  console.log('tapped');
});

Documentation

Visit the Odo component directory for demos, code examples, and documentation.

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago