-
Notifications
You must be signed in to change notification settings - Fork 3
HideSoftInputOnTapped
Vetle444 edited this page Jan 28, 2025
·
2 revisions
We have written a custom implementation of HideSoftInputOnTapped, as it does not work properly for custom controls, and only removes the soft keyboard on Android, not actually removing focus.
...
var builder = MauiApp.CreateBuilder();
builder
.UseMauiApp<App>()
.UseDIPSUI(options =>
{
options.EnableCustomHideSoftInputOnTapped();
});
...Components
- Buttons
- Checkboxes
- Chip
- CollectionView
- Content control
- Context Menus
- Counters
- Divider
- Labels
- ListItem
- Pickers
- SaveView
- SortControl
- Tag
- TextFields
Feedback & State
Guides
Interaction & Accessibility
Layout & Navigation
Media
Styling & Resources