On 7/24/07, Jim Coates <[EMAIL PROTECTED]> wrote: > Do any of you experience a "reboot" when loading certain pages? > > I've got an app that I'm working on that seems to occasionally cause the > browser to reboot (screen goes black for a second and then comes up on the > main icon bar of the iPhone). If I refresh the page then, it seems to work > fine. > > This only seems to happen after I've made a change, which makes me think > something is happening at the cache level etc. > > Safari and Firefox on a desktop machine don't seem to have any issues and my > Error inspectors and such don't show any errors like open tags that might be > causing this. > > The app does have a fair amount of CSS and JavaScript stuff, but nothing > over the top.
This is iSafari crashing. Only anecdotal experiences, but I have noticed it does seem to so more often when: * Multiple pages are loaded, or when there are multiple iUi based apps running. * Pages are long, or have large viewports, and you attempt to move the page while scaled, or add/change to a text field or form. * When you attempt to scale or manipulate a page before it completely is downloaded. * If your memory doesn't have lots of extra room -- people are saying you should keep 10% - 20% free. I removed some podcasts and it seems to have helped. I have also experienced a weirdness with multiple pages -- pages not loading completely and getting stuck. This happened a couple of times at iPhoneDevCamp when we had several use connecting to the exact same page (the www.iPhoneWebDev.com/chat app) with the exact same code, but two of us would not get the page completely loaded. When we closed all the other browser windows, it worked. -- Christopher Allen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
