Also, I commented out the code that fire touchStart when one finger was lifted during a pinch event.
After a pinch event, only swipes should be detected. onTap and onPress should never fire if there was (were?) more than one finger on the screen.
Also, removed the line from Readme that talked about the identifier problem.
Also, I commented out the code that fire
touchStart
when one finger was lifted during a pinch event. After a pinch event, only swipes should be detected. onTap and onPress should never fire if there was (were?) more than one finger on the screen.Also, removed the line from Readme that talked about the identifier problem.