Open gregavola opened 1 year ago
i too am confused with the documentation here...
I have seen this asked a few times, but is not possible to use
pointEvents="none"
andpointerEvents="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, settingpointerEvents="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 .
I can confirm 'none' works and 'box-only' does not. (I have touchables).
same here
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.
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
I'm having the same issue. Have we found a solution to this?
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?
same here
+1
same here
Hi @gregavola The issue occurs when I place my finger on the button and try to scroll, it doesn’t work, but if I place my finger outside the button and scroll, it works fine. Is there any way to fix this?
I have seen this asked a few times, but is not possible to use
pointEvents="none"
andpointerEvents="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, settingpointerEvents="box-none"
as the parent View of the header, doesn't for scroll, but"none"
does, but touchables don't fire. Any guidance?