10-11-2012 10:27 AM
In previous OS versions a number input allowed float inputs (utilizing the step, min, and max tags). This latest OS version brings up the onscreen keyboard with only the number pad and an assortment of letters (from A to F). This seems like extremely odd behaviour for this input type. Is there another way to consistantly provide float input across all Playbook OS versions?
10-11-2012 10:45 AM
Bandercoot wrote:
In previous OS versions a number input allowed float inputs (utilizing the step, min, and max tags). This latest OS version brings up the onscreen keyboard with only the number pad and an assortment of letters (from A to F). This seems like extremely odd behaviour for this input type. Is there another way to consistantly provide float input across all Playbook OS versions?
No this is correct numbering scheme. A-F is for hexidecimal numbers. But it should still be able to type in float #s
10-11-2012 10:54 AM
Thanks for the clarification on hexidecimal numbers. I'm just concerned as the decimal button seems to have disappeared from the keyboard for this input type. It was there in previous OS versions, but now it's gone.
<input type=number name=amount step="0.01" min="0.01" placeholder="0.00" x-blackberry-focusable="true" />
11-22-2012 07:40 AM
I have the same problem. I have a machinist app with user inputs that require decimal input. I have to recompile my app somehow and use the standard keyboard. No the user will have to open the number tab every time and i have no way to limit the input to only numbers anymore.
11-26-2012 04:54 PM
Yep, I have the same problem. As a web developer now I'm forced to make changes to my application just to support the Playbook device. Certainly less than ideal...considering just getting a different tablet.