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

proof of concept: reimplement gestures to enable compose ui blending on web #216

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sargunv
Copy link
Owner

@sargunv sargunv commented Dec 31, 2024

We could solve #210 if we reimplement all the gestures to make up for the blocked pointer input. This branch is a proof of concept, with basic pan, zoom, and rotate implemented in Compose. This PoC lacks support for fling velocity, pitch, centroids (rotate/zoom "around" a point), keyboard or right click controls, double tap and quick zoom, multitouch on web, and the desktop webview.

This does disable the SDK's standard controls. So it can only be merged if we decide to forgo those controls entirely (something we probably will do for native anyway, see #218)

Copy link
Owner Author

sargunv commented Dec 31, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

@sargunv sargunv changed the title PoC: pass through panning input proof of concept: pass through panning input Dec 31, 2024
@sargunv sargunv changed the title proof of concept: pass through panning input proof of concept: pass through panning input on web Jan 2, 2025
@sargunv sargunv closed this Jan 4, 2025
@sargunv sargunv force-pushed the poc_pass_through_panning_input branch from 990e8e6 to 6c4e157 Compare January 4, 2025 09:59
@sargunv sargunv reopened this Jan 4, 2025
@sargunv sargunv changed the title proof of concept: pass through panning input on web proof of concept: reimplement gestures to enable compose ornaments on web Jan 4, 2025
@sargunv sargunv changed the title proof of concept: reimplement gestures to enable compose ornaments on web proof of concept: reimplement gestures to enable compose ui blending on web Jan 4, 2025
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.

1 participant