I'm working on a project where there is need of a tap gesture on a certain part of the screen to move on to the next screen.
Is there a way that I could set the specific xy coordinates of where the tap will only work? As at the moment the user can tap anywhere on the screen and the screen changes. In other words I want to set a specific area where the tap will only work. Thanks in advance.