dmotz/hexaflip

Drops Touch event on every second side

pattan opened this issue · 1 comments

Hello.
Testing around on various touchscreens. Encountering strange phenomenon. The first swipe works fine but on the next side of the cube swipe was not detected.

Steps to reproduce

  • In the example of the horizontal cube, and on a touchscreen device.
  • Swipe left.
  • Side two is shown.
  • Swipe to the left again.
  • Nothing happens.
  • Use the right arrow button to manually turn the cube.
  • Side three is shown.
  • Swipe works again.

My guess is that when rotating the cube and .hexaflip-cube facing away from you. eg 90 degrees, 270 degrees, etc. There is no "surface" to swipe on.

Should be fixed now. Try the demos on http://oxism.com/hexaflip and let me know.