DrawerView icon indicating copy to clipboard operation
DrawerView copied to clipboard

horizontal scroll in collectionView

Open clasters opened this issue 4 years ago • 2 comments

Hello, i can't horizontal scroll in collectionView - drawerView starts to change position, when i try scroll collectionView. I need to scroll the collectionView in any position

clasters avatar Apr 07 '20 23:04 clasters

Thank you for the feedback! I haven't tried the drawer with horizontal collection views, do you think you could provide some example? I'd be happy to check this issue.

mkko avatar Apr 16 '20 03:04 mkko

Hey, just thought it'd be worth pointing out that I'm having the same issue with a SwiftUI horizontal ScrollView (within a `UIHostingController), so maybe the issue isn't collection view specific and just relates to any sort of horizontal scrolling.

Update: My own fault, didn't have directional scroll lock enabled- works great now!

jtsaeed avatar Aug 06 '21 13:08 jtsaeed