Subscribe to library updates

DonManfred

Expert
Licensed User
Longtime User

LucaMs

Expert
Licensed User
Longtime User
SuggestionsEditText v2.0: https://www.b4x.com/android/forum/threads/custom-view-suggestionsedittext.77776/

To not show the IME keyboard's "own EditText", previous versions used and IME option flag (IME_FLAG_NO_EXTRACT_UI) which use is discouraged and it may become deprecated in the future. So I replaced it with IME_FLAG_NO_FULLSCREEN, as recommended by Google.

Also, added the related property, KBFullScreen.
 
Last edited:

corwin42

Expert
Licensed User
Longtime User
Preferences Library updated to V1.14.

This fixes a crash on screen rotation and some other bugs.
 
Top