• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

Touch Date Picker Field problem with iOS 8.1.1 / 8.1.2

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Touch Date Picker Field problem with iOS 8.1.1 / 8.1.2

    Recently upgraded iPads to iOS 8.1.1 and 8.1.2 are having issues with picking certain dates. For example, the date picker will allow scrolling to a month of December, but won't stick there - it automatically scrolls back to November. Same thing with the year 2015. If the year is changed, subsequent attempts to scroll to the year 2015 -- it scrolls back to 2014. Here is the code:

    xtype: 'datepickerfield',
    name : 'sampledate',
    itemId : 'sampledate',
    label : 'Lab Sample Date',
    value : new Date()

    There haven't been any issues until devices were updated. Is this a known issue with iOS upgrades?
    Thanks for any help or work arounds.

    Additional information: The problem is always with the last item in the list whether it is the month, day or year. For example, December can't be selected as the month; if you have selected October as the month, you can't select the 31st as the day. 2015 can't be selected because it is the last year in the list.
    Last edited by RMason; 01-06-2015, 10:59 AM.

  • #2
    Hi Randy,

    What is the version of Touch that you're using?

    Thanks!

    Comment


    • #3
      Sencha Touch 2.0.1.1

      Comment


      • #4
        Randy,

        I was able to replicate this issue. The version of Touch that is packaged with Valence 3.2 doesn't support iOS 8.

        Couple of options
        1. Go up to the next version of Touch that seems to handle the date picker correctly with Sencha Touch CDN- CSS url "https://extjs.cachefly.net/touch/sencha-touch-2.1.1/resources/css/sencha-touch.css"- Javascript url "https://extjs.cachefly.net/touch/sencha-touch-2.1.1/sencha-touch-all-debug.js"
        2. Upgrade to Valence 4.1 that includes Sencha Touch 2.3.1


        The latest version of Valence 4.1 now supports the native portal that can be installed directly on the iOS device. Valence Portal

        Please let us know if you have any questions.

        Comment

        Working...
        X