I have a home page image for my logo. When I go to another page that has images being loaded from a rest service and then go back to my home page the first image from the rest services overrides my logo image.
I have a home page image for my logo. When I go to another page that has images being loaded from a rest service and then go back to my home page the first image from the rest services overrides my logo image.
Hi John,
Please provide us with more details about image services implementation.
How did you set that images (may be you are using some JS code?)
Hi,
The service is an XML service and the images are part of a larger response. The images are setup with an array and I assign the array to a Carousel. No special JS code to pull the images into the component. But I am using the following JS to run the Carousel.
var interval = 3000; // == 3 seconds
function moveCarousel() {
if ($("[dsid=mobilecarousel_109]", $.mobile.activePage ).length) {
Appery( "mobilecarousel_109" ).carouselRoot.carousel("next");
setTimeout(moveCarousel, interval);
}
}
setTimeout(moveCarousel, interval);
Hi John, can you show us an XML service response example?
-
-
-
-
-
-
-
Hi John, use tag pre<code><code>/pre, please.
code
element name="photo_data" minOccurs="1"
xsd:complexType
xsd:sequence
xsd:element name="photo" type="xsd:string" minOccurs="1"
xsd:sequence
xsd:complexType
sd:element
/code
John, can you please give us a public link to your app? (You can mail it to us directly to a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a)
:: http://docs.appery.io/documentation/s...
Hi John.
We can't to find a problem in your APP.
Please specify steps to reproduce it.
Thanks.
The issue is no longer happening. Not sure what fixed issue.