I am implementing my own control in which I try to simulate an android floating action button.
I want to add an event trigger triggered by the 'OnClick' event, but I am not able to trigger that event.
My idea is to make pressing the control scale down to simulate the click action.
Any ideas?
Thanks