I'm converting my b4a app in b4i. I have a line where I use GestureDetector for activate a LongPress event. Now I need to convert this method in b4i. but b4i don't have it. I have a Scrollview that include any line of Label. If longclick on this label I have to run a functions.
What is the right...