Skip to main content
Participant
July 27, 2012
Question

Android/iOS soft-keyboard forced to Numerics?

  • July 27, 2012
  • 1 reply
  • 420 views

hi does anyone know how to force the soft-keyboard to numerics only when user clicks/taps on lanuch? i have tried -

textFeild.restrict = "0-9";

but all that does is restrics it to numerics, normal alphabeta keyboard lanuches then you have to manually switch over to numerics.

any help would be appriciated. cheers

This topic has been closed for replies.

1 reply

Participant
July 27, 2012

i found a solution using the new feature Native Text Input with StageText, setting SoftKeyboardType to NUMBER.