Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
New Contributor
Bandercoot
Posts: 3
Registered: ‎08-10-2012
My Carrier: Wind

HTML5 number input in Playbook OS version 2.1.0.1032

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?

Please use plain text.
Developer
ignites
Posts: 465
Registered: ‎04-11-2012
My Carrier: Rogers

Re: HTML5 number input in Playbook OS version 2.1.0.1032


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


Developer for easyDial for BlackBerry Bold & inLink for BlackBerry PlayBook
Find me online via twitter, or on the techfruits.com webpage. Please hit the like button below if what I said helped!
Please use plain text.
New Contributor
Bandercoot
Posts: 3
Registered: ‎08-10-2012
My Carrier: Wind

Re: HTML5 number input in Playbook OS version 2.1.0.1032

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" />

 

Please use plain text.
New Member
toy4mud
Posts: 1
Registered: ‎11-22-2012
My Carrier: Verizon Wireless

Re: HTML5 number input in Playbook OS version 2.1.0.1032

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.

Please use plain text.
New Member
BStep
Posts: 1
Registered: ‎11-26-2012
My Carrier: AT&T

Re: HTML5 number input in Playbook OS version 2.1.0.1032

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.

Please use plain text.