react-native-collapsible-tab-view icon indicating copy to clipboard operation
react-native-collapsible-tab-view copied to clipboard

Scrollable Header with Touchables

Open gregavola opened this issue 1 year ago • 12 comments

I have seen this asked a few times, but is not possible to use pointEvents="none" and pointerEvents="box-none" is allow for users to scroll a header, but also have touchables in the header? It's unclear if this is possible. Right now, setting pointerEvents="box-none" as the parent View of the header, doesn't for scroll, but "none" does, but touchables don't fire. Any guidance?

gregavola avatar Jul 26 '23 20:07 gregavola

i too am confused with the documentation here...

nica0012 avatar Jul 27 '23 16:07 nica0012

I have seen this asked a few times, but is not possible to use pointEvents="none" and pointerEvents="box-none" is allow for users to scroll a header, but also have touchables in the header? It's unclear if this is possible. Right now, setting pointerEvents="box-none" as the parent View of the header, doesn't for scroll, but "none" does, but touchables don't fire. Any guidance?

I got same issue.. Is there any solutions? Please anyone help on this issue .

nasirdeveloper avatar Jul 31 '23 19:07 nasirdeveloper

I can confirm 'none' works and 'box-only' does not. (I have touchables).

nica0012 avatar Aug 24 '23 13:08 nica0012

same here

senghuotlay avatar Sep 01 '23 04:09 senghuotlay

I can confirm 'none' works and 'box-only' does not. (I have touchables).

When i use box-only, the touchables within my header doesn't work.

metinaltinbas avatar Oct 04 '23 12:10 metinaltinbas

document says "box-none" will work for component contains touchable, but I don't see it works, I am have touchable in header component. If I set poitnter-events="none", scroll on header will work, but my touchable component not

tdvuanh avatar Nov 23 '23 04:11 tdvuanh

I'm having the same issue. Have we found a solution to this?

antochan avatar Feb 12 '24 18:02 antochan

document says "box-none" will work for component contains touchable, but I don't see it works, I am have touchable in header component. If I set poitnter-events="none", scroll on header will work, but my touchable component not

+1, got any solution?

anasvemmully avatar Apr 23 '24 11:04 anasvemmully

same here

Gaohaoyang avatar May 30 '24 16:05 Gaohaoyang

+1

JDBoots avatar May 31 '24 11:05 JDBoots

same here

souvenir718 avatar Jul 29 '24 09:07 souvenir718