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

Multiple users draw simultaneous #32

Open
neoneye opened this issue Mar 9, 2021 · 0 comments
Open

Multiple users draw simultaneous #32

neoneye opened this issue Mar 9, 2021 · 0 comments

Comments

@neoneye
Copy link
Collaborator

neoneye commented Mar 9, 2021

Until 9mar2021 the TriangleDraw app have assumed that it's just a single user interacting with the app.

I have noticed when multiple kids are interacting with an iPad, they try to draw at the same time.

When multiple kids are touching the screen it causes major havoc. Two kids drawing at the same time may be interpreted as a pinch to zoom gesture. It freaks out the gesture recognizer code. So the drawing is not happening, causing confusion for the kids.

Allowing for multiple users to draw may complicate the UI. Two finger gestures are not possible, so this impacts zoom and scroll.

  • Pinch to zoom will not be possible.
  • Scrolling will not be possible.

Perhaps introduce a lock/unlock button, that toggles two finger gestures.

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

No branches or pull requests

1 participant