Samsung Galaxy Tab 4 (SM-T235) with Android 4.4.2 displays the default floating digital “Samsung-Keyboard” for all numeric inputs (android: inputType = "number"). For all other inputs (for example, android: inputType = "text") it displays a "normal" dock (non-fusible) keyboard.
The main problem is that floating keyboard overlays may contain other input fields and buttons so that the user can move the keyboard around to see the whole form. How can I stop him from swimming and set him as fixed?
I found a similar question here: https://android.stackexchange.com/questions/73487/how-do-i-stop-floating-the-number-keypad-on-galaxy-note-8-0
source
share