Questions tagged [handjs]

HandJS is a polyfill for supporting pointer events on every browser.

HandJS is a polyfill for the Pointer Events web API that was released in 2013, before the Pointer Events specification was finalised and implemented across the major browsers.

It was deprecated in 2015 in favour of jQuery PEP (Pointer Events Polyfill), which is in turn now officially retired.

1 questions
1
vote
1 answer

How to make jQuery UI elements react to HTML5 pointer events?

I'm trying to 'marry' jQuery-UI functionality with the new HTML5 pointer events, but no luck so far. For example, how to make the draggable sample work with those events? Even high-level steps / direction answer would be appreciated. I've tried the…
Massimiliano
  • 16,770
  • 10
  • 69
  • 112