I have noticed that external web images displayed after rest service call from tiggzi database display intermittently. The image url is stored in the database and there is a js to rewrite url during mapping to image element or to hide if url is not available.
I make a database call to get the first 5 results then page through them. On the first page sometimes the first few images show and the others do not. If I touch the screen anywhere they suddenly appear. Paging through (paging tutorial method) the others seems to be fine but I am not completely sure this.
It is a bit hard to reproduce but I originally displayed my results with a basic grid. I then changed to list item. I had the issue with both. I am using android 4.x and I am exporting as binary. Of course, this is not an issue on the web testing.
Is this a bug?