Karl, Not sure if this has already been answered, but if it's a matter of images loading during this time, you could use the window.loaded instead of document.ready to fire your animations.
Hope that helps, Dave On Sep 30, 2009, at 10:29 AM, Karl wrote: > > Hi, > > Is there a good way to know when a page is loaded and fully initiated > on the iPhone? > > I am doing some javascript animations on a page and even though it > waits for onLoad there is a freeze for a couple of seconds before the > animations are actually shown on the screen. During that time however > the javascript is running so the first frames you see are from a few > seconds into the animations. > > It helps to put in a timeout for about a second before starting the > animation, but since different pages takes different time to initiate > it would be nice if you can check it some other way. > > Thanks in advance! > > /Karl > > > .............................................................. Interface Design & Development www.davidkaneda.com 610 724 8033 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
