From c82687426c116608d7dda77eaa0cd8fd1b1147a2 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Thu, 15 Sep 2022 18:51:35 +0100 Subject: [PATCH] implement return key and accepts return, and closing keyboard on done return keys. --- samples/MobileSandbox/MainView.xaml | 4 ++-- samples/MobileSandbox/MainView.xaml.cs | 9 +++++++++ .../TextInputResponder.Properties.cs | 17 ++++++++++++++++- src/iOS/Avalonia.iOS/TextInputResponder.cs | 10 ++++++++++ 4 files changed, 37 insertions(+), 3 deletions(-) diff --git a/samples/MobileSandbox/MainView.xaml b/samples/MobileSandbox/MainView.xaml index c7bd0fe61f..9c46f3eae9 100644 --- a/samples/MobileSandbox/MainView.xaml +++ b/samples/MobileSandbox/MainView.xaml @@ -3,9 +3,9 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> - + -