Closed minhson95th closed 1 year ago
@minhson95th you need to set pan gesture options.
YOu have to test but something like this might work
panGestureOptions={{ failOffsetXEnd: 20, minDist: 40 }}
@minhson95th you need to set pan gesture options. YOu have to test but something like this might work
panGestureOptions={{ failOffsetXEnd: 20, minDist: 40 }}
set pan gesture options for which? can you explain more. Now i want can scroll sheet, scroll listview in sheet and scroll horizontal title tabs inside sheet. But only scroll sheet and scroll listview in sheet work because i have set scrollViewId
with id
in ListView
If i not use bottom sheet, i can scroll horizontal title tabs normally like video below
panGestureOptions={{ failOffsetXEnd: 20, minDist: 40 }}
now i can scroll, thanks!
i try scroll horizontal in title tabs but it's can not scroll
https://github.com/nativescript-community/ui-persistent-bottomsheet/assets/46039866/6b53ee32-f2c6-4051-b4f4-fa265c29eacc
Here is my code file .html
file .ts