Numeric keyboard on Tablet

  1. #1

    Numeric keyboard on Tablet

    Hello,
    another very important thing to ensure usability with tablet is that, by clicking on NumberField automatically opens the numeric keyboard.

    What do you think about?
  2. #2
    Hi @ADV,

    I agree with you. Maybe, you could ask it on the Sencha forums. Hopefully, somebody from ExtJS team answers and it will clarify the plan on that.
  3. #3

    Numeric keyboard

    using "ext:TextField", InputType="Number" opens when
    not use "ext:numberfield"

    <ext:TextField ID="phoneNumber" InputType="Number" runat="server" AllowBlank="false" Size="10" MaxLength="10"
                            MaskRe="[0-9]" Regex="^([1-9]{1})([0-9]{9})" AutoFocus="true" EnforceMaxLength="true"
                            FieldLabel="phone number" />
  4. #4
    Great !!!
    It works fine!

    Thank you so much, you solved a big problem for me.

    I owe you one!

Similar Threads

  1. Tablet and mobile devices friendly UI?
    By Dimitris in forum Open Discussions
    Replies: 2
    Last Post: Dec 24, 2014, 5:54 AM
  2. [CLOSED] Numeric grid Filter, numeric field Decimal Places
    By RCM in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Oct 10, 2013, 8:37 PM
  3. [CLOSED] How to handle doublerowsclick on tablet iPad or Phone?
    By ViDom in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 12, 2013, 9:41 AM
  4. Numeric Validation of textbox
    By NishaLijo in forum 1.x Help
    Replies: 1
    Last Post: Jul 17, 2010, 6:42 AM

Posting Permissions