Hi,
How I can show keyboard in JSUT English numbers ?
<TextInput InputHint=“Phone”
But here show number ١٢١٤٥٥
and then I changed it .
I Need always English number like 4484
How I can do it ??
Thanks,
Hi,
How I can show keyboard in JSUT English numbers ?
<TextInput InputHint=“Phone”
But here show number ١٢١٤٥٥
and then I changed it .
I Need always English number like 4484
How I can do it ??
Thanks,
The InputHint
property includes the word “hint” in it. It only suggests the native OS what keyboard would be nice to get, but the OS decides itself what it will show.
It gets even more complicated if the user has a custom keyboard app installed.
In short, you don’t have any way to force a particular keyboard to show up, because of native OS restrictions.