hammerjs / hammerjs.github.io

Website
https://hammerjs.github.io
71 stars 578 forks source link

Fix rotation bug on home page #61

Closed munrocket closed 1 year ago

munrocket commented 5 years ago

Steps to reproduce this bug:

  1. Take mobile phone and open this example https://cdn.rawgit.com/hammerjs/hammer.js/master/tests/manual/visual.html
  2. Put two fingers over each other vertically, rotation will have wrong initial angle.

In this PR this bug is fixed. Here related bug in documentation: https://github.com/hammerjs/hammer.js/pull/1215