Questions tagged as 'teclado'

0
answers

Jquery and keyboard in android and IOS

I am having difficulty catching which character the user pressed when using smartphone with ANDROID / IPHONE. I use the jquery keyup event, but the answer is always undefined or 229. Does anyone know how to solve this? The code I'm using:...
asked by 12.04.2017 / 01:19
1
answer

How to call a function inside another in Java for Android?

Every letter that the user types in EditText , invokes the function TextWatcher which leads to Text-to-speech . So if it writes 'c', the app returns a speech saying 'c'. if it then enters 'a', returns 'a'. The problem is tha...
asked by 28.03.2017 / 22:00
1
answer

How to disable some C # keys?

I would like to know how to disable / lock some keys on the keyboard while the program is running or until the lock is canceled? For example: If I disable / lock the entire keyboard or just allow x key it would not be possible to use it in an...
asked by 29.12.2015 / 19:26
1
answer

Qml TextField - numeric keypad

I'm trying to use a TextField that only receives QML numbers. It is using the inputMethodHints property to make the device show only the numeric keypad. It works fine on Android but when I run on iOS it shows the full keyboa...
asked by 17.12.2015 / 19:46
0
answers

What are all the keyboard type and native Inputs that exists on iPad iOS 8?

I need to do a mapping of all keyboard types that exist on the iPad iOS8. I need to know what are all the ways to input data on the Ipad. How do I get that !?     
asked by 17.07.2015 / 19:25
1
answer

UIScrollView scrolling when displaying keyboard - Swift

I'm using a UIView with a UIScrollView to assemble a layout, but every time the keyboard is shown scrollview and scroll down, I tried some solutions, found here and in other forums, none of them solved my problem, Note: I'm creating the layout p...
asked by 17.08.2018 / 18:04
1
answer

Set cursor focus position in EditText

Is there any way when I call the virtual keyboard ( SoftKeyboard ) set the cursor position? I have a EditText that already is filled by default the number 10 , when the keyboard starts I want the cursor to be just after...
asked by 25.09.2017 / 19:03
1
answer

How to create a dynamic search box?

On this site - link - when you type in the search box, the results appear instantly without having to press enter. How can I do this on Blogger? Thank you!     
asked by 28.09.2018 / 19:36
1
answer

Swift: change place button according to keyboard appearance

I'm making an application in Xcode and would like the button at the bottom of the screen to move according to the keyboard's appearance. Thank you     
asked by 29.01.2018 / 16:55
1
answer

How to capture a key pressed in C #

I have an application with digit buttons and I want to capture the keystrokes and execute the events of those buttons. I added an event of keypress in the window and tried to capture the key typed, but I could not. Code: private void...
asked by 01.03.2018 / 18:53