B4A Tutorial Handle the soft keyboard with the IME library - Erel    Aug 27, 2024   (27 reactions) Android has very good support for custom input method editors (IMEs).
The downside for this powerful feature is that interacting with the soft keyboard can be sometimes quite complicated.
This library includes several utilities that will help you better handle the soft keyboard.
The attached examp Bug? adjustResize|stateHidden -> half screen - yiankos1    Aug 25, 2024 For some strange reason if I add adjustResize|stateHidden in manifest, as you see, IME_HeightChanged is called at app start, but i don't know from where.
My manifest:
156347
This behavior does not encountered in emulator (API 35) neither to an older smartphone, just on my pixel.
I have made a res B4A Question IME - Activity does not scroll automatically - Erel (first post)    Nov 10, 2024   (1 reaction) I've just tried the IME example: https://www.b4x.-the-soft-keyboard-with-the-ime-library.14832/#content It works. When the soft input mode is set to adjustResize then it is your responsibility to update the layout. This is done with this code: Private Sub IME_HeightChanged (NewHeight As Int, OldHei B4A Example [B4X] B4XPages - Converting to B4XPages - Alessandro71    Jul 29, 2020   (3 reactions) I'm opening this thread to collect tricks and caveats I'm coming across while converting my projects to B4XPages CallSub from Service Looks like a service that is started at boot may execute before the Main activity is created. This was not a problem with CallSub, since it just won't be executed Ca B4A Question View vertical offset due to keyboard appearance - Semen Matusovskiy    Jan 05, 2019 Hi, guys --
A fullscreen activity has adjustResize attribute. When user types a text, adjustResize lifts a window content.
In general this effect is desired. But in the top of activity I placed a logotype and I want to redraw it when the keyboard appears on the screen. To redraw a logotype, I nee B4A Question WebView forms: adjustResize|stateHidden - Erel (first post)    May 29, 2018 adjustResize is only relevant if you are using IME.AddHeightChanged. See the IME tutorial. B4J Question [BANano] adjust height SKTextArea (solved) - alwaysbusy (first post)    Dec 08, 2022   (2 reactions) This is not something is build-in the native TextArea object, however I found this JavaScript snippit you could use. Run the "autoResizeTextarea" method AFTER you loaded the SKTextArea: ' load our page containing the SKTextArea MainPageHolder.Element.LoadLayout("WelcomePageLayout") BANano.Run B4A Question How stop keyboard showing when clicking clickable csbuilder text? - Erel (first post)    Mar 12, 2019 You can change the adjust mode to adjustResize. This will prevent the activity from being pushed. See the IME tutorial. B4A Question Hide keyboard without IME - npsonic (first post)    Mar 14, 2018 I'm not sure if I understand. If I add "adjustResize" into manifest, layout is not adjusted, keyboard just goes over the EditText. SetActivityAttribute(main, android:windowSoftInputMode, adjustResize|stateHidden) If I use "adjustPan" layout will be adjusted, but there is no way to use IME without b B4A Question IME_HeightChanged never gets called (edittext on tabstip) - Solved - tsteward (first post)    Jan 06, 2021   (1 reaction) I have played with your example and added stuff to it etc all works perfectly.
In my app the Sub IME_HeightChanged just never fires.
So I figured something is interfering with it, and I went through my manifest file again and found I had this down lower
SetActivityAttribute(vehicleonly, android:win Page: 1   2   3   4   5   6   7   Powered by ColBERT |