I have a popup that has two buttons. How to avoid the scenario where in, the user uses two fingers and taps on the two different buttons at the same time? Is there a way by which we can specify only gesture is allowed at a time?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can also use
-setExclusiveTouchon each of the buttons so that only one will register at a time. You don’t need to disable multi-touch on your view either.