From a6e936d74accdcf7ead6b776f374defb501e4434 Mon Sep 17 00:00:00 2001 From: Emmanuel Hansen Date: Tue, 7 Nov 2023 09:02:22 +0000 Subject: [PATCH] Implement Next action in android IME (#13222) * implement Next action in android IME * Handle UIReturnKeyType.Next on iOS * Remove NavigationMethod.Directional (do we need focus adorner?) --------- Co-authored-by: Max Katz Co-authored-by: Julien Lebosquain --- samples/MobileSandbox/MainView.xaml | 2 +- .../Platform/SkiaPlatform/TopLevelImpl.cs | 6 ++++++ src/Avalonia.Base/Input/FocusManager.cs | 11 +++++++++++ src/iOS/Avalonia.iOS/TextInputResponder.cs | 4 ++++ 4 files changed, 22 insertions(+), 1 deletion(-) diff --git a/samples/MobileSandbox/MainView.xaml b/samples/MobileSandbox/MainView.xaml index 5d35ec3fec..ccdfb090d2 100644 --- a/samples/MobileSandbox/MainView.xaml +++ b/samples/MobileSandbox/MainView.xaml @@ -8,7 +8,7 @@ - +