Android Question keyboard covers my entire screen while using SearchView

yaniv hanya

Active Member
Licensed User
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
B4X:
Dim jo As JavaObject
    jo = EditText1
    jo.RunMethod("setImeOptions", Array(33554432)) '
but it does not work with the SearchView (it does not convert JavaObject)
Is there a way to sort it out?
 
Top