drewrygh / ionic-ion-horizontal-scroll-cards

Horizontal scroll cards inspired by the Spotify app.
MIT License
103 stars 20 forks source link

Can't vertical scroll. #2

Open alanwms opened 9 years ago

alanwms commented 9 years ago

I can't vertical scroll on hscroller.

drewrygh commented 9 years ago

Hey @stbaby, there isn't support for vertical scroll at the moment. One possible solution would be to use ionic's scroll container. Is this what you're looking for?

drewrygh commented 9 years ago

If there was enough interest, I'd think about adding vertical scrolling. This would be different from ionic's scroll container in that it would create a grid of cards. Swiping horizontally would only scroll that particular row, and swiping vertically would only scroll that particular column. Maybe this is more along the lines of what you're looking for?

darrensapalo commented 9 years ago

I think that's a cool idea that people (like me) would be interested in. Hope you can find the time to work on it!