B4i Question [AsViewPager] Close keyboard with B4XPages - Alexander Stolte (first post)    May 19, 2022   (1 reaction) Hide the TabMenu under the keyboard when it is open and disable sliding while the keyboard is open.
I don't have more solutions. B4i Question Associating a custom keyboard to B4XFloatTextField - jai (first post)    May 27, 2024   (1 reaction) Thanks Erel! It worked with-
Dim no As NativeObject = B4XFloatTextField1.TextField
no.SetField("inputView",NumKeypad) B4i Question Show Keyboard - David Hawkins    Jul 01, 2023 Hi how can I show the keyboard when I click on a label
Regards
David Wish B4XFloatTextField, new keyboard type PHONE - Jmu5667    May 28, 2020   (1 reaction) Hi
Just wondering if it would be possible to have a new keyboard type PHONE to allow numbers and the PLUS (+) available for entering in phone numbers. The existing Numbers is great with the Show Accept Button to overcome the issue with iOS keypad.
Regards
John. B4i Question Keyboard for numeric input with search-button - TheRealMatze    Nov 24, 2023 Hi,
i need a keyboard for a numeric search. Numeric keyboard is easy, but how can i show the "search"-button? There is always only the backspace-button.
How can i show the search-button there?
Regards
Matze B4i Question [SOLVED] Keyboard is overlapping a text field / Can Apple reject the App? / Scrolling possible? - Erel (first post)    Apr 08, 2021   (1 reaction) The text field shouldn't be hidden by the keyboard. This is a bad UX.
You can make the whole layout scrollable with ScrollView or you can use B4XDialog + InputTemplate to get the user input. B4i Code Snippet Keyboard will hide notification - Erel    Jan 18, 2021   (6 reactions) The KeyboardStatePage event is raised before the keyboard becomes visible and after the keyboard is hidden.
There are cases where you want to do something right before the keyboard is closed. For example, to start moving a view.
1. Add to Main module at the bottom:
#if OBJC
@end
@interface B4IView B4i Question TextField keyboard first capital letter - red30    Aug 14, 2021 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? B4i Question Close Keyboard - moore_it (first post)    Jun 23, 2022 It's very useful in case of the numpad keyboard B4i Question Bluetooth Keyboard App - Erel (first post)    Nov 04, 2019   (1 reaction) It is not possible. You cannot emulate a USB peripheral.
You can send the keystrokes to a B4J app and then send them to the OS. Similar example: https://www.b4x.-b4x-control-the-desktop-with-your-phone.60887/#content Page: 1   2   3   4   5   6   7   Powered by ColBERT |