Hello devs
if possible then it will be great to add click method for every clickable component like label image and arrangement
benefits :-
if we want to click an arrangement which have a label inside then we need to set .click event for both but if we have .click method then it can be done easily with less blocks. it will save our time also
You can connect a procedure block to available click events inside which you can place all your click logic. Simulating the click is as easy as calling the procedure wherever you want
Yes… But there is method for buttons, then why not the labels, images, cards and arrangements. They are also clickable now.
Writing a procedure and calling that procedure for every click event is currently the only option available for components other than a button. Having this method available will be handy.
I have created a simple manual list using horizontal arrangements. A lable is inside every arrangement. But when user clicks on lable nothing happens. To set onclick event for every lable will be consist lot of blocks