There maybe cases where you want to disable the default alpha-numeric keypad that shows up on SmartSDK devices. Fortunately, Android framework has this functionality build-in.
To display numeric key pad, perfrom the following:
- Identify the input field where desired funtionality is wanted
- Change the input type and pattern for the input field
The below example shows tag changed for Web BrowserNX print sample application on resource CD
<input type="number" pattern="[0-9]*" class="form-control" id="js-input-file" placeholder="Some message:">
See image for numeric key pad displayed.
FAQ Subject
Faq Category