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
Hi
I am new to this high level of coding. Please could you help me by telling how can we open left drawer from extreme left as we do in inbuilt navigation drawer by android. Currently what is with your code is that if I swipe a little even from right, it just openmenu. Problem is that I have horizontalscrollview on my fragment and if I want to scroll in it, it opens left menu. Please help me out.
The text was updated successfully, but these errors were encountered:
Hi, sorry that it haven't supported opening left drawer from extreme left yet.
But for your problem, there has a way to solve it.
You can add the horizontalscrollview to ignored views.
Ignored Views
On some occasions, the slipping gesture function for locking/unlocking menu, may have conflicts with your widgets such as viewpager.By then you can add the viewpager to ignored view.
Hi
I am new to this high level of coding. Please could you help me by telling how can we open left drawer from extreme left as we do in inbuilt navigation drawer by android. Currently what is with your code is that if I swipe a little even from right, it just openmenu. Problem is that I have horizontalscrollview on my fragment and if I want to scroll in it, it opens left menu. Please help me out.
The text was updated successfully, but these errors were encountered: