Android Question IME Strange beaviour

Gianni Sassanelli

Active Member
Licensed User
Longtime User
Hi,
i have strange beaviour using on screen keyboard and ime

when i got focus on edittext view keyboard appears in the foreground and the activity view is resized automatically
after keyboard_enter i hide the keyboard with IME.hide()
after this, for ever view focused, the keyboard appear in foreground, but the activity view is not resized and keyboard cover the edittext

is this ready ?
tks
 

Gianni Sassanelli

Active Member
Licensed User
Longtime User
hi Erel,
i have this code in Manifest

B4X:
SetActivityAttribute(trend_commesse_elenco,        android:theme, @android:style/Theme.Translucent.NoTitleBar)
SetActivityAttribute(trend_commesse_elenco,     android:windowSoftInputMode, adjustResize)
Esempio.jpg
 
Upvote 0
Top