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

        Ted Goddard created issue -
        Ted Goddard made changes -
        Field Original Value New Value
        Assignee Steve Maryka [ steve.maryka ] Patrick Corless [ patrick.corless ]
        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.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28612 Mon Apr 02 10:29:40 MDT 2012 patrick.corless MOBI-209 updated mediacast and showcase templates to avoid installing iScroll on any version of iOS 5.
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/view/small.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mediacast/src/main/webapp/WEB-INF/includes/templates/mobi-template.xhtml
        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.
        Patrick Corless made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        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.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #31220 Sat Sep 29 14:00:04 MDT 2012 ted.goddard hack for android phone detection (MOBI-209)
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/lib/icepush.jar
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mvc-mediacast/src/main/java/org/icemobile/samples/spring/mediacast/Utils.java
        Migration made changes -
        Fix Version/s 1.2 Beta [ 10344 ]

          People

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

            Dates

            • Created:
              Updated:
              Resolved: