I am working on an app than needs to be able to capture gestures while accessibility and Explore By Touch is enable. I have seen this answer for single touch - How can I maintain a one pointer gesture when explore-by-touch is enabled?
But in my app the user must perform multi touch events. The problem is that due to the Explore By Touch function that makes two fingers touch to behave like a single touch on regular mode, all my two fingers gestures aren't recognized. Is there a way to override Explore By Touch completely or the entire Accessibility for my specific app? (I can perform the other accessibility functions from my app)
Thanks!!