How to disable vertical scrolling while sliding ion slide

Hai Guys,
In iPhone when sliding ionic slider the vertical scrolling occur, it causes app ui experience. it’s serious bug I have tried many ideas in googling no one works. please help me any one aware of this issue

Hey @conceps, have you tried css’ property overflow-y?
if not, then try this:

overflow-y: hidden;

I hope this will solve your issue
Cheers!!!

for which element inside ion-slide…
I have tried apply this with swiper-wrapper its not working…

Hey @conceps, try some provided solutions over here:
https://github.com/ionic-team/ionic/issues/7644

Hi @conceps, Have you solved this issue? i have the same problem…

i fixed this issue. check this https://stackoverflow.com/questions/50619066/how-to-disable-vertical-scrolling-while-sliding-ion-slide-in-ios/54312175#54312175