Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
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