Animated Gif in iOS app not playing

@AshConnell I am using safari for debugging and its is pulling my image successfully. No issues with the path file.

@mhartington The image is local. You got me curious when you say that it worked in slidebox. So i went out to experiment and turn out it does works if you put it in the first slide (My app requires it to be on the last slide) – Thanks for pointing this out for me :smile: . Another discovery was it would work on subsequent slides if on every slide there was a gif image. Otherwise, all gif images will stop playing when scrolled to the particular slide.

Working

ion-slide-box
    ion-slide
        image(src="images/afteryou_logo.png" class="afteryou-logo")
    ion-slide
        image(src="images/afteryou_logo.png" class="afteryou-logo")
    ion-slide
        image(src="images/afteryou_logo.png" class="afteryou-logo")

Does not work

ion-slide-box
    ion-slide
        image(src="images/afteryou_logo.png" class="afteryou-logo")
    ion-slide
        span No Gif file
    ion-slide
        image(src="images/afteryou_logo.png" class="afteryou-logo")