+1
Z odpowiedzią
complex png crashing ipad
Has anyone ever seen a complex .png crash an ipad? Not only does fuse box crash but the whole ipad restarts every time i view it.
<wire>
<main>
<panel name="panel" width="100%" height="100%" align="center" valign="center" background="#FFFFFF" draggable="yes" zoomable="yes">
<image name="background" source="FromFred/TextText_208ci22_1-22.png" width="100%" height="100%"></image>
</panel>
</main>
</wire>
Customer support service by UserEcho
https://prod-web1.virpublisher.com/Vortex/sma/tmpFiles/text.png
The concept here is to render text over background images.
If i try to list out all 96 images within a scrollable list, fusebox crashes on open. But if I chop it down to around 30, it seems to work fine. Each page image is 1024 x 1383.
Are you loading the datasource oninit or based on an action? Have you considered using a tableview instead of a list?
I am now loading the datasource through an action when the panel is called to appear. But still, if I try to load all 96 items from the datasource (which is a list of thumbnails), the app crashes. When I bump it down to 35 items within my json feed, it works fine. So now, I am attempting to use a tableview instead of list, so that only the visible items are loaded. Problem is, my items don't seem to be appearing when using tableview. Could you tell me if you notice anything wrong with my tableview code compared to my list code. The list code works fine with only 35 items, but the tableview output never appears.
Is your tableview displaying a scroll or is it not appearing at all?
Still doesn't work, althought list works fine.
Have their been issues with attempting to load this number of images before?
Is there a different method I should try in order to load a certain amount of images at once within this tableview?