Hi kodular,
I searched the Community for the feature (full Clickable property for Arrangements like card View), but did not get any extension or else…
This is very important feature for my app.
Because I have some Arrangements in which some other components like image, Label, Vertical or Horizontal Arrangements, etc. are present. The parent arrangements is clickable.
WHAT I DID
Now, temporarily I Set all the Components inside to clickable along with the parent arrangements.
PROBLEM
But the problem is that when we click the respective child components, a ripple is caused which show its Boundaries. Which is odd.
For example- See Image
Please solve the issue.
WHAT I WANT
Full clickable property for all Arrangements like card view.
OR allow us to remove ripple effect (touch feedback)
Yes, But for the reason, I am using gradient color in Arrangements. So I cannot use Card View. @Yashk12 Thanks buddy.
But did anyone got something, Any Progress! @nikzdevz
Hi @vknow360 I got the matter, I tested the extension that you gave, and found that it works fine with label, Images etc but not with layout.
For details- reffer to the image.
Here, the Above Red layout is registered as full Clickable by your Extension.
The click Count increases by +1 upon clicking on image, Labels “Click Count” & “0”.
But on clicking in green area nothing happened.
You can refer to AIA: Clickable.aia (30.7 KB)
Thank you to both @vknow360 and @nikzdevz for great works. @vknow360 your extension can also be used in my project, since, I did not have any layout inside layout. I use labels and images