Pan gesture: fix XAML example to use Grid and dotnet_bot.png#3270
Conversation
- Replace AbsoluteLayout with Grid in the PanContainer XAML example - Replace monkey.jpg (with fixed WidthRequest/HeightRequest) with dotnet_bot.png - Update ms.date to 03/24/2026 Fixes dotnet#3251 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 8634c31: ✅ Validation status: passed
For more details, please refer to the build report. |
jfversluis
left a comment
There was a problem hiding this comment.
I don't see how this addresses the linked issue?
|
@jfversluis The linked doc issue related to "android is not returning the cumulative offset from the gesture start position" have been addressed in the latest MAUI version through PR #21547. Android behavior is now consistent with the other platforms, so there is no need to address the linked issue. While verifying the sample with the documented code, I noticed that it was not working correctly. As a result, I updated the sample with a working code in this PR |
* Update deprecated ms.topic values to concept-article (#3271) * Pan gesture: fix XAML example to use Grid and dotnet_bot.png (#3270) - Replace AbsoluteLayout with Grid in the PanContainer XAML example - Replace monkey.jpg (with fixed WidthRequest/HeightRequest) with dotnet_bot.png - Update ms.date to 03/24/2026 Fixes #3251 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Bump DavidAnson/markdownlint-cli2-action from 22.0.0 to 23.0.0 (#3274) Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 22.0.0 to 23.0.0. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@07035fd...ce4853d) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: 23.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump step-security/harden-runner from 2.16.0 to 2.16.1 (#3273) Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.16.0 to 2.16.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@fa2e9d6...fe10465) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.16.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Wade Pickett <wpickett@microsoft.com> Co-authored-by: Sheik Syed <sheiksyedm@syncfusion.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixes #3251