Page 3 of 3

Input type = number producing full keypad

Posted: Mon Feb 09, 2015 5:12 pm
by Evgene Karachevtsev

Hello Sebastian,

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


Input type = number producing full keypad

Posted: Fri Feb 27, 2015 12:43 am
by sebastian

How do I make a fake one?


Input type = number producing full keypad

Posted: Mon Mar 02, 2015 8:22 am
by Evgene Karachevtsev

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