All,
I need to control which SIP keyboard is displayed for particular HTML input's. I cannot find anything in the documentation on this.
If there is some method of controlling which SIP keyboard is displayed, such as displaying the number keyboard when on an HTML input for a password (just an example), I'd appreciate knowing how it's done.
EB 1.4 on TC8000 Android Kit-Kat.
SIP Keyboard selection |
1 Replies
You just define the input type as number instead of text.
HTML Input Types