ons-splitter disable swipe on left
-
Hi
i don’t find a method to disable swipable action on my controller like sliding menu
is there any method to achieve this?thanks in advance
-
@leorsida You need to toggle
swipeable
attribute fromons-splitter-side
.
-
great! it works with
var menuSx = angular.element( document.querySelector( '#sleft' ) ); menuSx.removeAttr('swipeable');
tnx
Daniele