What the right gesture for my need?

Hi,

I can’t figure out what is the right gesture for my need? I need the Touched() to be trigger when element is “touched”, “tap”, swipe…etc. A soon as it is “hover”… Any tips? “Press” is to late.

Div1 and div2 can be 'touched()" without my finger released from the screen.

{{value}}
{{value}}

Touched(){
console.log(’ I am touched");
}