You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to get this to work in the view's listeners. It looked like there were two factors that contributed to enabling or disabling the drag on the container. I tried to get this to work with a mask, but that's going to take some more work.
On a certain view I would like to disable the draggable option which is initialized with the default value containerSlideDelay: 10.
I can set it to -1 using mySlideNav.setContainerSlideDelay(-1) and can retrive the value using mySlideNav.getContainerSlideDelay().
However, after setting the value to -1 the navigation view is not getting properly updated. Any chance of only re-initializing the needed component?
Thanks for any feedback.
The text was updated successfully, but these errors were encountered: