I've searched the forum for this and found nothing, but maybe I can't frame the search term properly! In a couple of my apps, and some from the store as well, when an activity is in landscape mode tapping an EditText control replaces the EditText by some sort of input control that occupies the...
www.b4x.com
Use EditText,we can use the code
Dim jo As JavaObject
jo = edtSource
jo.RunMethod("setImeOptions", Array(33554432)) ' IME_FLAG_NO_FULLSCREEN
use the B4XFloatTextField replaced the EditText
when an activity is in landscape mode tapping an EditText control replaces the B4XFloatTextField by some sort of input control that occupies the entire space above the keyboard with a 'Done' button to the right.
There seems to be another problem I can't solve
When I checked the B4XFloatTextField Properties "Password Field"
In the way you say
When entering characters, the input method keyboard is only half。
When I click the eye icon next to it, the input method keyboard fills the whole screen again
Is there any way to solve it?
thanks again