Skip to content

Add TextInput property so users can enable/disable if they want tapping outside on an input field to close the keyboard #12003

@PureWeen

Description

@PureWeen

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" />

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions