Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Input type = number producing full keypad

Hello Sebastian,

This is the native component, you may use what iOS gives you or make a fake one.

sebastian
Posts: 1
Joined: Tue Oct 21, 2014 9:46 pm

Input type = number producing full keypad

How do I make a fake one?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Input type = number producing full keypad

Hello Sebastian,

Sorry for delay. This feature will involve some of coding.
You can start with two ways:
1) make your component read-only and work with it's click event to show fake keyboard
or
2) on focus save component to some LSV and call blur function, so you can show your fake keyboard before native appears

On both cases you need to create layout and logic part
1) layout that will look similar to native
2) logic to trigger showing and filling the input component

Return to “Issues”