I’ve been trying to disable the main content while I open the side menu, but failed all of them.
When I start dragging to the right to open the side menu, if I don’t release my finger, I can play with the content of the main frame on the Y axis.
How do I prevent this from happening?
I’ve tried to use the “scroll=”{{shouldScroll}}" attribute in my “ion-content” and change the “shouldScroll” variable with $ionicGesture.on(‘dragright’).
It changes the value of the variable, but not the behaviour of the main frame.
Actually not perfectly… when you do a release (finger up), the main content is moved.
But it it’s way better than being able to play with the screen like before =)