Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Side-effects of disabling isMultipleTouchEnabled and enabling isExclusiveTouch #64

Open
ramjyroo opened this issue Aug 27, 2020 · 1 comment

Comments

@ramjyroo
Copy link

Hi @stevelandeyasana - For my iOS - I would want disable the multi touch.

I have done so using

UIView.appearance().isMultipleTouchEnabled = false
UIView.appearance().isExclusiveTouch = true

Since the Drawasana is heavily touch based - wanted to double check with you regarding any possible side-effects / impact of the above properties on Drawasana.

Thanks in advance
Best regards
Ram

@stevelandeyasana
Copy link
Collaborator

I'm not sure, please report back if you notice anything. :-) I suspect it will be fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants