mdbootstrap / mdb-angular-ui-kit

Angular 18 & Bootstrap 5 & Material Design UI KIT
https://mdbootstrap.com/docs/angular/
Other
1.12k stars 280 forks source link

corousel is overriding vertical scroll behaviour in mobile devices #113

Closed justsumant closed 5 years ago

justsumant commented 5 years ago

when implemented with MDB corousel, the corousel behaviour is as expected, but should also allow vertical scrolling up on corousel.

when dragged vertically up on corousel, it prevents UI from sliding up/down. angular-bootstrap-md -7.5.1

Bloodcast69 commented 5 years ago

@justsumant

You have to add config of HammerJS to your application to allow scrolling vertically on mobile while touching carousel.

Please take a look at our Mobile documentation page.