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

Touch scrolling zooming non native #584

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

pketh
Copy link
Member

@pketh pketh commented Dec 24, 2024

replace native touch swiping and pinch zooming w desktop pan and zoom .

fixes android window.scroll pos bugs and ios jittery/janky header/footer pos

swipe needs to be not native bc touch events during native momentum scroll cannot be intercepted by app

@pketh pketh added the Invalid or Experiment This doesn't seem right label Dec 24, 2024
@pketh
Copy link
Member Author

pketh commented Dec 28, 2024

Might need to abandon this again. Hit a wall where zooming in cuts off the scrollable area top and left. Have to use transforms for all pan and scroll to get this working

@pketh
Copy link
Member Author

pketh commented Jan 22, 2025

use for android?

@pketh
Copy link
Member Author

pketh commented Jan 27, 2025

move scroll utils/calls (anything with window.scroll , or window.clientX,Y , window.page)
to scrollUtils.js (or page.js)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Invalid or Experiment This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant