Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@academy3746
Copy link
Contributor

@academy3746 academy3746 commented Oct 28, 2023

related issue flutter/flutter#111268, flutter/flutter#106190

Motivation:

Modification:

  • Makes PlatformViewsController view to use tracked event's action & pointer count

Result:

  • Now PlatformView scrolls not slowly

  • Close Android PlatformView scrolls slowly. flutter#111268, WebView very slow when scrolling flutter#106190

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.

  • I read the [Tree Hygiene] wiki page, which explains my responsibilities.

  • I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement].

  • I signed the [CLA].

  • I listed at least one issue that this PR fixes in the description above.

  • I updated/added relevant documentation (doc comments with ///).

  • I added new tests to check the change I am making, or this PR is [test-exempt].

  • All existing and new tests are passing.

@toda-bps
Copy link

toda-bps commented Nov 1, 2023

I have confirmed that this fix resolves flutter/flutter#111268 on my device (HUAWEI MediaPad M5 SHT-W09) 👍

@reidbaker
Copy link
Contributor

reidbaker commented Nov 2, 2023

Hey in our PR template there is a checklist of items that we expect to see. It looks like you have done most of them but I have added them back for you.

I will add, Thank you for your contribution! I appreciate you taking the time to fix this issue it looks great.

@reidbaker reidbaker requested a review from dnfield November 2, 2023 18:26
@reidbaker
Copy link
Contributor

@johnmccutchan
Copy link
Contributor

johnmccutchan commented Nov 2, 2023

Please add a unit test that will act as a regression test. That is, a test that captures the slow scrolling behaviour that this PR is fixing.

@chinmaygarde
Copy link
Member

@academy3746 Are you able to make progress on this?

@jonahwilliams
Copy link
Contributor

Friendly ping @dnfield and @johnmccutchan , it looks like this has a test but I can't vouch for it. PTAL

@camsim99
Copy link
Contributor

@johnmccutchan can you take a look when you get a chance?

@johnmccutchan johnmccutchan added the autosubmit Merge PR when tree becomes green via auto submit App label Dec 19, 2023
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Dec 19, 2023
@auto-submit
Copy link
Contributor

auto-submit bot commented Dec 19, 2023

auto label is removed for flutter/engine/47424, due to This PR has not met approval requirements for merging. The PR author is not a member of flutter-hackers and needs 1 more review(s) in order to merge this PR.

  • Merge guidelines: A PR needs at least one approved review if the author is already part of flutter-hackers or two member reviews if the author is not a flutter-hacker before re-applying the autosubmit label. Reviewers: If you left a comment approving, please use the "approve" review action instead.

@johnmccutchan johnmccutchan merged commit bde7c61 into flutter:main Dec 19, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 19, 2023
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Dec 19, 2023
CoderDake pushed a commit to CoderDake/flutter that referenced this pull request Dec 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Android PlatformView scrolls slowly.

7 participants