Hi
I'm trying to use SearchView form here
https://www.b4x.com/android/forum/t...ul-alternative-to-autocompleteedittext.19379/
My app only run inlandscape mode
And my problem is that the keyboard covers my entire screen
I use the following code for the editText
but it does not work with the SearchView (it does not convert JavaObject)
Is there a way to sort it out?
I'm trying to use SearchView form here
https://www.b4x.com/android/forum/t...ul-alternative-to-autocompleteedittext.19379/
My app only run inlandscape mode
And my problem is that the keyboard covers my entire screen
I use the following code for the editText
B4X:
Dim jo As JavaObject
jo = EditText1
jo.RunMethod("setImeOptions", Array(33554432)) '
Is there a way to sort it out?