Restore ShellFlyoutRenderer.ViewWillTransitionToSize to PublicAPI files#33504
Merged
jfversluis merged 5 commits intofeature/longpress-gesture-recognizerfrom Jan 13, 2026
Merged
Conversation
10 tasks
Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add LongPressGestureRecognizer for .NET MAUI 11
Restore ShellFlyoutRenderer.ViewWillTransitionToSize to PublicAPI files
Jan 13, 2026
Member
|
@copilot remove the .gitignore entry |
Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
Contributor
Author
Member
|
@copilot please remove src/Core/src/Handlers/HybridWebView/HybridWebView.js.map but also dont add it to the gitignore file |
Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
Contributor
Author
jfversluis
approved these changes
Jan 13, 2026
867151f
into
feature/longpress-gesture-recognizer
2 of 3 checks passed
github-actions bot
pushed a commit
that referenced
this pull request
Jan 15, 2026
…es (#33504) - [x] Initial plan created - [x] Restored ShellFlyoutRenderer.ViewWillTransitionToSize PublicAPI entry to net-ios and net-maccatalyst PublicAPI.Unshipped.txt files (accidentally removed in earlier commit) - [x] Removed HybridWebView.js.map file from repository - [x] Verified changes are minimal and correct - [x] Responded to user feedback ## Summary Fixed the build error by restoring the `ShellFlyoutRenderer.ViewWillTransitionToSize` method to the PublicAPI.Unshipped.txt files for iOS and MacCatalyst. This entry was originally added in PR #15866 but was accidentally removed in the initial commit of this PR. The fix ensures only LongPressGestureRecognizer-related APIs are added to PublicAPI files, as requested by the reviewer. <!-- START COPILOT CODING AGENT TIPS --> --- 💬 We'd love your input! Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey). --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixed the build error by restoring the
ShellFlyoutRenderer.ViewWillTransitionToSizemethod to the PublicAPI.Unshipped.txt files for iOS and MacCatalyst. This entry was originally added in PR #15866 but was accidentally removed in the initial commit of this PR. The fix ensures only LongPressGestureRecognizer-related APIs are added to PublicAPI files, as requested by the reviewer.💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.