numeric-keypad Questions
14
Solved
Do the numbers on a numeric keypad have a different keycode than the numbers at the top of a keyboard?
Here is some JavaScript that is supposed to run on the keyup event, but only if the keycode i...
Overdone asked 2/11, 2012 at 14:15
9
Solved
I want to display Number Dial Keypad (Phone Call) Programmatically on button click in android. Code is available for direct number dialing but I only need to show the dial keypad when I click the B...
Erythrocyte asked 9/11, 2012 at 13:42
5
Solved
I've been reading many other questions, like these[1][2][3] for example, but the problem still persists.
I need to find the "cleanest" way to have a HTML input for mobile devices and whic...
Jilleen asked 2/8, 2018 at 19:23
5
Solved
For an EditText box, the user should only be entering valid numbers, so I am using android:inputType="numberDecimal". Unfortunately, the soft keyboard that Android brings up has numbers only along ...
Cudgel asked 13/5, 2010 at 22:10
2
We have an app that is using webview to present some HTML pages.
This HTML page has input type and we were using input-type = number as we only accept numbers with decimal in this field.
So the num...
Switcheroo asked 22/1, 2014 at 10:49
10
Solved
Hello
I have two UITextFields in my application, and want to dismiss the keyboard when I just touch anywhere except the UITextFields
how can I do this?
Tideland asked 9/2, 2011 at 4:33
2
Solved
Is it possible to display keyboard consisting of only numbers from 0-9 in iPad?, i don't want the keyboard to display anything else. I know there is this KeyboardType:Number Pad that we can in the ...
Lebna asked 10/12, 2014 at 19:40
1
I know how to open a soft keyboard and even handle its key events. I need to open Numeric keyboard.
P.S I am not using Edittexts in layout file.
Here is the code I am using to open keyboard pro...
Rhone asked 12/8, 2014 at 1:40
2
Solved
In my application, I am trying to display the numeric keypad when the user clicks on a button.
When the button is clicked, I shift the focus to the EditText in my layout using requestFocus() and n...
Sammy asked 21/6, 2012 at 9:5
1
Solved
The goal: To find a cross-platform solution for displaying numeric keyboards on mobile touch-based devices, with a minimum of hacks.
The problem:
I have a regular web application using data inpu...
Narceine asked 21/5, 2012 at 21:37
5
Solved
Is there a way in android to invoke a numeric only keypad, i.e. a virtual keypad that contains only the numbers 0 to 9 and a "." sign?
Cambrel asked 31/10, 2009 at 16:45
1
Solved
The latest Safari for MacOS and the one that comes in iOS5 has some extra validation that causes problems if the text field is not a phone number.
Case: Input text field with type="numeric" attrib...
Bryna asked 20/10, 2011 at 8:45
1
© 2022 - 2024 — McMap. All rights reserved.