.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,592 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello, I am trying to figure out how to automatically close the virtual keyboard when an Entry is completed (A.K.A, the return key is pressed) and I figured .NET MAUI would do this automatically.
The documentation out there is sparse. The keyboard will remain open until a new page is navigated to or the native button to hide the keyboard is clicked (Android specifically).