EditText in landscape mode 'feature'
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
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.