How in the Service module get the current state of mobile soft keyboard input method,, show or hide?
The following Java code, always return true value, cannot achieve the desired results. Please help me, have what good way? thank you very much!
The following Java code, always return true value, cannot achieve the desired results. Please help me, have what good way? thank you very much!
B4X:
InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
boolean isOpen=imm.isActive();