metafizzy / zdog

Flat, round, designer-friendly pseudo-3D engine for canvas & SVG
https://zzz.dog
10.36k stars 393 forks source link

Using touch screen to rotate #77

Closed em3ry closed 4 years ago

em3ry commented 5 years ago

Using touch screen to rotate works fine but if you rotate vertically 180 degrees then when you try to rotate left or right the rotation of the object is reversed.

Moving your finger left should always cause the front of the object to move toward the left.

desandro commented 5 years ago

Thanks for reporting this bug. I was not able to reproduce this bug in iOS. Can you provide what device and browser you are using?

But, this is a niche UX bug that may only happen when a user rotates the page after its loaded (if I'm not mistaken). In that case, I'd pass adding extra logic to account for device orientation.