keyboard

  1. Y

    Android Question Key Down Event?

    Hi all Please help I use software triggers to control Zebra Barcode Reader. i try to use Key_Down|Key_UP Private Sub Activity_KeyUp (KeyCode As Int) As Boolean Return False End Sub it works, but then key press,. Now i need to turn it off on scan key Released, but no event...
  2. M

    Android Question Disable ESC key on physical keyboard

    Hello everyone, I need to disable the ESC key in a totem Android app that use a physical keyboard. How can achive it? (pls don't tell me to physically remove the ESC button...:)). Thanks for your attention. Mauro
  3. carlos7000

    Spanish Se puede hacer un programa en b4j que teclee en un campo, un texto de forma automatica?

    Deseo crear un programa que me permita teclear una clave dura en un campo de texto del navegador, ya que contiene símbolos que son difíciles de teclear. Antes el campo los aceptaba, pero ahora el desarrollador deshabilito la opción 'pegar texto', por lo que ahora toca teclear la clave, lo cual...
  4. M

    Android Question EditText disable "Next" button in keyboard

    Hi everyone, I've an UI setup that can cause problem if an user tap on the "Next" button on the keyboard when writing in an EditText. I wish to know if its possibile to disable it, or intercept its press and cancel the standard behavior (like _KeyPress). At the moment I worked around the...
  5. M

    Android Question B4A - Force Virtual Keyboard

    Hi! I am using a snap-on barcode scanner thriugh bluetooth and this is recognized by the phone as a HID Keyboard. However, none of the text fields now have the virtual keyboard pop-up... Is there a way to use both inputs?
  6. Star-Dust

    B4A Library [B4X] SD CustomKeyboard

    THIS version is no longer updated and supported. You can continue to use it if you want. Or try the new version with rewritten methods and new features IMPORTANT depends on SD CreativeBackGround (0.06+) library which must be downloaded MaterialIcon font for special characters must be loaded...
  7. red30

    iOS Question TextField keyboard first capital letter

    I have KeyboardType TYPE_DEFAULT set. But when calling the keyboard, you need to manually press the corresponding button to start with a capital letter. Is it possible to set the KeyboardType so that the first letter of the called keyboard is capitalized?
  8. adriano.freitas

    Android Question Keyboard Covers EditText

    I'm making an application that uses a single Activity with multiple panels one on top of the other that are treated as "screens" that become visible or invisible according to the option selected by the user. In one of these panels (attached image), there are two EditText that are in the same...
  9. red30

    iOS Question Keyboard hides TextView on popup

    I tried to use the example from the CalcRelativeKeyboardHeight Example and found a strange bug there. If I call the keyboard, then everything moves up (this is how it should be), but now if I move the list up and call the keyboard again (by clicking on the TextView), then the list is...
  10. Rokko

    iOS Question B4i Bug? View doesn't swipe up when Keyboard appears since updating to B4i v7.00

    After updating b4i to v7.00 and after X-Code update views doesn't swipe up when Keyboard appears. It only happens on devices with iOS lager than 12 (so on most iPhones now). Apps compiled with older B4i versions are still working on iOS 14. It seems that the root panel can't be pushed up into...
  11. A

    Android Question the soft keyboard button don´t change the text to Next after shown

    Hi all. I´m using the b4x Dialog library to show a dialog with two edit views and a label above. But I´v got this problem when the keyboard is shown: the text of the button do not change to "next". After change manually the edit views, the text do change to Next & Done. It happens only when...
  12. J

    Android Question How to Detect Keyboard Hide Event when Keyboard is Shown and Back Button is Pressed

    Hi All, Just as the title suggests, I want to know how to detect a keyboard hide event when you did not press the DONE or ENTER key but instead tapped the BACK button (or swiped BACK) to hide the keyboard. Specifically, I want to resize a custom list view into the available space once the soft...
  13. S

    iOS Question Keyboard hiding B4XFloatTextField

    I notice I can detect the keyboard appearing using Page1_KeyboardStateChanged but I have no way of knowing which TextField has the focus so I can then move the panel it's in up to allow the user to still see it while they type. How best should I handle this scenario? Regards, Simon
  14. solutionhacker

    Android Question BLE Peripheral as HID keyboard

    Hello all, I would like to write an Android app that allows the phone to act like a Bluetooth HID keyboard. I want to send keystrokes and commands from the app to a BIuetooth-enabled computer. Is that possible with the BLE Peripheral library? Can someone please show me an example of how it is...
  15. 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...
  16. MitchBu

    Android Question Suppress keyboard top lines ?

    In landscape mode on a phone there was barely enough room to enter two lines, but recently, now the keyboard comes with an extra panel with icons on it, like on the screenshot I am posting. I found no setup on the phone to remove that extra panel. Is there any way to remove that, or the...
  17. Lucas Eduardo

    iOS Question CalcRelativeKeyboardHeight CustomListView

    Hello, i'm trying to calculate the keyboard with customlistview, i tryed this https://www.b4x.com/android/forum/threads/calcrelativekeyboardheight-example.64054/#content but without success. I did a code that works with panels and textfields or textviews inside a panel, when i tryed with...
  18. M

    iOS Question [B4X] Chat Layout bad textfield positioning

    Hi, I'm slowly integrate the chat example from @Erel (Thanks you) but when I click the textfield it resize in a bad way I guess. It's too much above the keyboard. Thank to anyone will answer!
  19. ALBRECHT

    Android Question keyboard hidding field

    hello, Please, do have an idea for that : how to prevent keyboard to hide field when filling it ? Thanks Michel
  20. J

    iOS Question Connect Bluetooth Keyoard iOS

    How do I get the key pressed from a bluetooth keyboard connected to a iOS device in B4i?
Top