keyboad

  1. behnam_tr

    B4J Library [b4j] PD_KeyboardLanguage

    KeyboardLanguage changer (windows only) how use : Private kb As PD_KeyboardLanguage Private LanguageCodes As PD_LanguageCodes kb.changeLanguage(LanguageCodes.PERSIAN) kb.changeLanguage(LanguageCodes.ENGLISH_US) Log(kb.CurrentLanguage.toString)...
  2. dstankovic

    Android Question [SOLVED]EdgeToEdge keyboard problem

    I am adapting one of my programs to work on the whole screen (E2E). I have a problem with the keyboard: on the phone everything works as it should, but on the tablet the sub IME_HeightChanged does not activate when entering text. I adapted Erel's example IME_example to work with E2E. It behaves...
  3. Lucas Eduardo

    iOS Question HeightChanged Keyboard

    Hello, I am using this class from this thread https://www.b4x.com/android/forum/threads/b4x-cross-platform-chat-layout-example.112649/#content I tryed to use the code to ajust the keyboard with a little modification and it worked in iPhone S6 but in iPhone 11 Pro did not. I don't undestand why...
Top