ibm-js/dpointer

Impact of Pointer Events limitation

Opened this issue · 0 comments

This is a placeholder to track and discuss about limitation of the Pointer Events specification when it comes to implement cross platform (browser/device) requirements such as:

  1. allow user to hold and drag a list item when the list enforces native scroll (with touch-action giving control to the browser).
    See PR #25 and issue:
  2. pull down 2 refresh feature (also with native scroll)
    See #26

The objective is eventually to decide if and how dpointer should answer to those limitations: should it be breaking the compatibility with the specification, recommend not to use DPointer in certain cases, or implement dedicated solutions depending on the platform.