i have an application that uses images as content.
There are twelve images each inside a div (#page_1 -> #page_12).
But when I launch the application on an iPad, sometimes some images are missing.
Some pages are displayed ok, but it could be that some pages are not
displayed and just a placeholder (on iPad the white questionmark on
blue ground) is displayed.
Every single image is in the list of preloading images.
Nothing is loaded through the web - all is packed with the app.
All Images are PNG-Files (1024x768px, between 400kb and 1 MB).
Any ideas to fix this? It's urgent :/
> All Images are PNG-Files (1024x768px, between 400kb and 1 MB).
I updated now to 18 images. But that does not matter - even 12 are not
handled :(
> --
> You received this message because you are subscribed to the Google
> Groups "phonegap" group.
> To post to this group, send email to phon...@googlegroups.com
> To unsubscribe from this group, send email to
> phonegap+u...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/phonegap?hl=en?hl=en
>
> For more info on PhoneGap or to download the code go to www.phonegap.com
>
www.sebastianroming.de/test/index.html.txt
and
www.sebastianroming.de/test/museum.js.txt
Maybe you can ignore the nested loading part, but I tried everything ;]
So you do a reference like ../www/images/... ? Or how do you reference
your images?
If I open the HTML in a browser, it shows all images up, but when I'm
loading within the app, it won't work correctly :(
They should just sit comfortably in your www folder or a child of www.
Cheers,
Jesse
Sent from my iPhone
How can I fix that?
On Fri, Apr 8, 2011 at 2:10 PM, Sebastian Roming