White content when scrolling from left side of the screen only on a side-menu app on IOS

Ok, so, I finally fix it by disabling the feature “swipe Back” as said on iOS scroll issue when using the left edge of the screen

$ionicConfigProvider.views.swipeBackEnabled(false);

I guess swipeBack is really buggy, I can’t understand how swipe back is supposed to work while swipe is for left side menu

4 Likes