-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how can I disable slide to open? #8
Comments
You can set nativescript-vue-multi-drawer/index.js Line 12 in 952d86a
For example to disable swipe to open for the left drawer: // in the drawer config
{
left: {
canSwipeOpen: false
}
} |
Thanks for your apply!! is there a way to disable all swipe actions? not just open |
What do you mean exactly? Completely disable user interaction? |
yes I mean, completely block swipe actions to open and close |
as far i can tell, you must provider false to each side. |
yep! I know how to disable swipe open, but I want to know how to disable close too. It seems that even if I set |
There's no way right now - but you could easily implement a static "drawer" with GridLayout+ |
No description provided.
The text was updated successfully, but these errors were encountered: