I am new to xamarin forms, I have a requirements that should hide the mobile keyboard when user click search button.
I am not sure yet how to do it in xamarin forms
I am new to xamarin forms, I have a requirements that should hide the mobile keyboard when user click search button.
I am not sure yet how to do it in xamarin forms
There are a couple of ways to do this, the most common are as follows:
View.ResignFirstResponder();
OR
View.EndEditing(true);