Hi,
I have two views in my app.
A long infinte scroll that shows product thumbnails and product detail page with a detail image.
I am loading 50 items per “page” in my list.
In the list I click immediately on the first product to load the detail page. The view loads ok but I am a forced to wait for the list images (from the previous view) to load before I see the detail image.
Is there a way of cancelling the list image requests that are in the queue to the server so I can load the detail image faster?
Thanks very much for any tips,
regards
David