Scrolling doesn't work with swipable cards
TWiStErRob opened this issue · 1 comments
TWiStErRob commented
- Open https://googlechrome.github.io/ui-element-samples/swipeable-cards/ in Android Chrome
- Start scrolling down by touching
If the touchdown happens on a card, the code captures it; but if the touchdown is outside a card on the background, it works.
jimut commented
You can delete evt.preventDefault();
from onStart() function. This will solve the problem to some extent.