Skip to content

v1.0.0

Compare
Choose a tag to compare
@marcojakob marcojakob released this 13 Jun 21:51
· 19 commits to master since this release
  • Migrate to Dart 2.
  • Since Chrome 56 touch event listeners are treated as passive by default. This disables the possibility to call preventDefault on an element which we must do to tell the browser not to scroll while dragging. To fix this in Chrome we set the touch-action css property. With this Chrome will not scroll (none) or only scroll in one direction (pan-y or pan-x).