Handle swipe on label (Gesture Handler extension)

Hi!
I am using @Mika Gesture Handler extension in my app to handle gestures on a Vertical Arrangement.
In that VA there’s only a label, vertically and horizontally centered, the extension works properly except when the swipe starts from the label.
It’s like if the Handler doesn’t work for the components inside the VA (the label “clickable” property is set to false, so there shouldn’t be an active handler on it)

So, there’s a way to handle gestures even if the gesture starts from a component inside the arrangement? Or is this a bug?

Thank you :grinning:

1 Like

Unfortunately even when clickable is set to false it still intercepts the Touch Event from the VA.

Since you are just using a Label in this scenario perhaps you could set the background image of the VA to the text you are displaying in the Label?

The text changes frequenlty, so i can’t do this

Maybe if i use dynamic labels (or some extension to do that), i could make it work?

I don’t think that will work.
If I think of something, I’ll let you know.

this is a great idea, if you don’t need to change the text!

1 Like

can i use this extension for swipe up to open bottom sheet???