-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Use [AppendTo|PrependTo|Replace]Mapping for Focus commands #15040
Conversation
src/Controls/src/Core/Platform/iOS/Extensions/TextExtensions.cs
Outdated
Show resolved
Hide resolved
src/Controls/src/Core/Platform/iOS/Extensions/TextExtensions.cs
Outdated
Show resolved
Hide resolved
src/Controls/src/Core/HandlerImpl/VisualElement/VisualElement.cs
Outdated
Show resolved
Hide resolved
src/Controls/src/Core/HandlerImpl/VisualElement/VisualElement.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Once @rachelkang is happy let's merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Android ShowKeyboardOnFocus is happy, device tests are happy
Seems the iOS tap gestures to resign the responder are not working now :( Maybe the rebase will fix it... |
* Use AppendToMapping for Focus commands * undo this * and this * different * Fix focus methods * this
Description of Change
This PR makes use of some new APIs to ensure the focus command is working in AOT as well as to remove complexity.
Part of the fix for #11662 and part of PR #13836