Explanation:
I have an application that has a field of type EditText
used for observation, of which it is too small because there is no space for it.
If I open the screen in "landscape orientation" and click on the field, Android will open a horizontal keyboard that has space to type and a "complete" button, as we can see in the image below: / p>
I'dlikeforhimtoturnonthisAndroidfeatureatalltimes.Theoreticallyitisonlytriggerediftheorientationis"lying down" ie horizontal.
Question:
I want to know how to activate the Horizontal Keyboard regardless of the orientation the user is, how can I do this?