I have a panel that contains a carousel of several cards (panel themselves).
I'd like to add a listener to the tap event to the main panel so that if a user swipes it scroll the carousel left or right, if he taps an overlay is displayed.
I tried to add a controller that response to a panel but I can't find any touch event in the controller action.
i need some directions on how to achieve this task....