I have a WebView and some buttons in my layout. There is a large tag in my WebView. This app is used to edit text files. The buttons are used to effect the textarea inside
Xamarin Android (Alternative):
InputMethodManager inputManager = (InputMethodManager)GetSystemService(Context.InputMethodService); inputManager.ToggleSoftInput (ShowFlags.Forced, HideSoftInputFlags.ImplicitOnly);