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

Android pan fixes #21547

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

Conversation

BurningLights
Copy link
Contributor

Description of Change

Fixes jankiness with using a PanGestureRecognizer to translate a control.

Issues Fixed

Fixes #20772

@BurningLights BurningLights requested a review from a team as a code owner March 31, 2024 23:21
@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Mar 31, 2024
@jsuarezruiz jsuarezruiz added the area-gestures Gesture types label Apr 1, 2024
@rmarinho
Copy link
Member

rmarinho commented Apr 1, 2024

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@dotnet dotnet deleted a comment from azure-pipelines bot Jun 13, 2024
@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-gestures Gesture types community ✨ Community Contribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flickering occurs while updating the width of ContentView through PanGestureRecognizer.
3 participants