angular-swiper icon indicating copy to clipboard operation
angular-swiper copied to clipboard

if used with sidemenu app.. it interferes

Open hopye opened this issue 9 years ago • 3 comments

hi there, trying to use the swiper in my home view with some pictures. the thing is this app uses a side menu. so .. when scrolling the swiper area.. it also pulls the sidemenu..

is there a way to prevent the sidemenu from opening or closing while interacting with the swiper ?

hopye avatar Nov 20 '15 23:11 hopye

It shouldn't behave like that as swiper translates the inner content of the container. Can you provide implementation code?

brh55 avatar Nov 20 '15 23:11 brh55

Best fix I could find was to add ' drag-content="false" ' to your ' ' tag

sirMuffles91 avatar Jan 06 '16 10:01 sirMuffles91

Or you can use edge-drag-threshold="25"

Jbz797 avatar May 22 '16 13:05 Jbz797