Details

    • Type: Bug Bug
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE 1.0
    • Fix Version/s: 1.2 Beta
    • Component/s: None
    • Labels:
      None
    • Environment:
      ICEmobile, iOS iPhone iPad iPod

      Description


      The iOS theme exhibits some usability problems:

      comment field in mediacast is not selectable on iPhone

      footer sometimes appears in the middle of the window in mobileshowcase

        Activity

        Hide
        Judy Guglielmin added a comment -

        quite often, if you go into a component example from the menu on the single view of mobile showcase, you can switch the theme from Auto to iPhone and the Menu button on the header is dead. If you scroll a bit, the menu button will come back to be used. the menu button on the header bar is more problematic and consistent, but this also affects the theme selection on the footer on occasion.

        Show
        Judy Guglielmin added a comment - quite often, if you go into a component example from the menu on the single view of mobile showcase, you can switch the theme from Auto to iPhone and the Menu button on the header is dead. If you scroll a bit, the menu button will come back to be used. the menu button on the header bar is more problematic and consistent, but this also affects the theme selection on the footer on occasion.
        Hide
        Patrick Corless added a comment -

        In both the showcase and mediacast there is a check for "OS 5_0" which will conditionally install the iscroll library for the main template scroll panel. The code is now incorrectly running for "OS 5_1" devices due to a recent IOS updated. Quick fix is to update the if statement from "OS 5_0" to "OS 5" to avoid loading iScroll for this os version.

        Show
        Patrick Corless added a comment - In both the showcase and mediacast there is a check for "OS 5_0" which will conditionally install the iscroll library for the main template scroll panel. The code is now incorrectly running for "OS 5_1" devices due to a recent IOS updated. Quick fix is to update the if statement from "OS 5_0" to "OS 5" to avoid loading iScroll for this os version.
        Hide
        Patrick Corless added a comment -

        checked in updated iOS 5 check. Issue appear to be resolved on my touch. We should revisit if iScroll is still need for the main application templates.

        Show
        Patrick Corless added a comment - checked in updated iOS 5 check. Issue appear to be resolved on my touch. We should revisit if iScroll is still need for the main application templates.
        Hide
        Ted Goddard added a comment -

        Comment field in mediacast is selectable with iScroll now being disabled on iOS 5.

        Show
        Ted Goddard added a comment - Comment field in mediacast is selectable with iScroll now being disabled on iOS 5.

          People

          • Assignee:
            Patrick Corless
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: