Open TWiStErRob opened 8 years ago
If the touchdown happens on a card, the code captures it; but if the touchdown is outside a card on the background, it works.
You can delete evt.preventDefault(); from onStart() function. This will solve the problem to some extent.
evt.preventDefault();
If the touchdown happens on a card, the code captures it; but if the touchdown is outside a card on the background, it works.