Sana Rajput
2018-09-14 07:21:15 UTC
I have showed Numeric keyboard on edit Text by using the following code,
InputMethodManager imm = (InputMethodManager)GetSystemService(Context.InputMethodService);
imm.ToggleSoftInput(ShowFlags.Forced, HideSoftInputFlags.NotAlways);
now if i press the Home button of the device it still show me the keyboard,
Please help me out to resolve this issue
Thanks in advance.
InputMethodManager imm = (InputMethodManager)GetSystemService(Context.InputMethodService);
imm.ToggleSoftInput(ShowFlags.Forced, HideSoftInputFlags.NotAlways);
now if i press the Home button of the device it still show me the keyboard,
Please help me out to resolve this issue
Thanks in advance.