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 noticed that DraggableDrawer canChildScrollHorizontally()/canChildScrollVertically() methods do not consider children scroll when they are in a ScrollView/HorizontalScrollView. I have a left sliding drawer:
with a ScrollView containing a bunch of Views as the content view, for one of which I want to perform custom handling of draggability via a MenuDrawer.OnInterceptMoveEventListener. When the scrollview is fully scrolled up (beginning of screen), the view that is passed to the listener is the correct one, but if I scroll down, the view passed to the listener is still the previous one, and not the view currently touched.
Thanks
Alessio
The text was updated successfully, but these errors were encountered:
Hi, I noticed that DraggableDrawer canChildScrollHorizontally()/canChildScrollVertically() methods do not consider children scroll when they are in a ScrollView/HorizontalScrollView. I have a left sliding drawer:
with a ScrollView containing a bunch of Views as the content view, for one of which I want to perform custom handling of draggability via a MenuDrawer.OnInterceptMoveEventListener. When the scrollview is fully scrolled up (beginning of screen), the view that is passed to the listener is the correct one, but if I scroll down, the view passed to the listener is still the previous one, and not the view currently touched.
Thanks
Alessio
The text was updated successfully, but these errors were encountered: