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

Drag feature + Mobile integration #125

Draft
wants to merge 33 commits into
base: main
Choose a base branch
from
Draft

Conversation

sachamorgese
Copy link
Contributor

@sachamorgese sachamorgese commented Oct 16, 2023

Resolves #123

What kind of changes does your PR introduce? (check at least one)

  • Feature

Does your PR introduce a breaking change? (check one)

  • No

If yes, please describe its impact and migration path for existing applications:

Does your PR fulfill the following requirements?

  • All tests are passing

sll-io and others added 27 commits October 16, 2023 13:06
* Added support for zoom (pinch in and out)
* Added support for pan (drag left and right)
…ioning from zoom to pan does not flick the view
…he whole document, moved preventdefault inside handleTouchStart so that touch events outside document still behave as normal
Todo: Add outofbound continuous drag
Changed cooldown logic to set time on first frame
@sachamorgese
Copy link
Contributor Author

I haven't created the TS events yet since the API might change

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

Successfully merging this pull request may close these issues.

Drag/Mouse Move Events
3 participants