Hello everyone! How can I remove the touch effect on a label when is clickable? (The same effect as the button, but the label hasn’t got the properity)
Thanks!!
There isn’t a property to remove the touch effect from a label.The only way i’ve found is to use use the register block in my extension it removes all the touch effects from the registered components.
But can I choose what components loose the effect?
Just register the component you want to loose touch effect
1 Like
Do as @Soham_Shah posted,
Just wanted to notice.That when you register a component.The component built-in click event will be unuseful.You will need to use the extension touch event.That’s the only way.
I only know you can remove feedback in button.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.