Web BrowserNX: Can I create my own customized keypad on SmartSDK devices?
There maybe cases where you want to disable the default alpha-numeric keypad that shows up on SmartSDK devices and use/create your own customized key pad.
To display your own key pad, perform the following:
- Identify the input field where desired funtionality is wanted
- Disable the the input field entry tag. This will disable default keypad from displaying when the input field is clicked/selected.
<input type="text" ... your other attributes .... disabled">
- Provide your own customized code to show customized key pad.
The image shown on this example is shown instead of the default key pad.
*JavaScript code not provided
FAQ Subject
Faq Category