custom keyboard

  1. R

    Android Question B4XPreferencesDialog library allow click on view outside the dialog

    Experimenting with B4XPreferencesDialog.b4xlib and using this in a B4XPages project with a custom keyboard. The parent of this custom keyboard is page root. I can load this custom keyboard fine by clicking in a text field of the B4XPreferencesDialog, but I can't press the keys of the keyboard as...
  2. J

    iOS Question Associating a custom keyboard to B4XFloatTextField

    I have a custom iPhone keyboard that works fine with TextField. But it won't work with B4XFloatTextField. I am working on a cross platform app and have tried the following so far- Dim B4XFloatTextField1 As B4XFloatTextField Dim no As NativeObject=B4XFloatTextField1...
  3. R

    Android Question Stopping default keyboard but without doing edittext input_type = none

    As I am using my own custom keyboard (exact copy of the default samsung keyboard, but with lots of benefits, all working very nicely), but still not figured out how to properly avoid the default keyboard popping up. I only use this for one particular edittext, which is used to run SQL. I can't...
  4. DaniDPX

    Wish Custom Keyboard (IME)

    I wish to see installable custom keyboard that can be made with B4A, anyone having an idea?
Top