Description
Allow users the ability to toggle closing the software keyboard when the user clicks outside of an input field. This was the default behavior in Xamarin.Forms but we removed this behavior because the implementation on Android broke accessibility. We can implement this on Android in such a way that doesn't break accessibility. This is a high requested item and something important to Xamarin.Forms migration.
Related: #12002
Intended Use-Case
- Implemented at Controls Level
<Page HideSoftInputOnTapped="true" x:Name="page" />
Description
Allow users the ability to toggle closing the software keyboard when the user clicks outside of an input field. This was the default behavior in
Xamarin.Formsbut we removed this behavior because the implementation on Android broke accessibility. We can implement this onAndroidin such a way that doesn't break accessibility. This is a high requested item and something important to Xamarin.Forms migration.Related: #12002
Intended Use-Case