Skip to content

Image doesn't display on iOS #67

@rdlauer

Description

@rdlauer

Just upgraded to v5 of ui-image on iOS from v4 and images are non consistently visible (Android works fine). I'm struggling to figure out why it works sometimes and not others. For example:

            <!-- <img:Img row="0" col="0" colSpan="3" width="100%" height="250" src="{{ checkin_image }}" stretch="aspectFill" class="vert-align-top" fadeDuration="300" /> -->
            <Image row="0" col="0" colSpan="3" width="100%" height="250" src="{{ checkin_image }}" stretch="aspectFill" class="vert-align-top" fadeDuration="300" />

If I literally just revert to standard Image the above works fine. Using ui-image just doesn't load the image. In this case checkin_image is a valid URL that I logged and tested separately.

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions