i am trying to use a numeric/decimal input with the soft keyboard in my App.
on the iOS devices it works perfectly as i can type in decimal numbers with input type set to “numeric”
sliderTxtFld.inputType = “number”.
However when i try this on android i get the keyboard with the numbers BUT without the decimal point button.
when i set the input type to “number|numberDecimal” or “decimal” or “text” i get the standard keyboard which i can
enter the decimal BUT the letters are also present, this means i will have to test for key presses and stop any non
numeric key preses.
i also tried “phone” setting and this gives a phone pad (with a decimal key) but it also gives some other non
numeric keys which again would have to be checked for.
From the various forums i see this has been an issue for many years and was wondering if anybody had fixed this
simple issue, as i am sure there are plenty of Apps that want to enter decimal numbers out there.
regards
bruce