I have an app that I load in a uiwebview, it first load a splashscreen
and then the index.html file(the menu), fine, just as it should!
But if I navigate to a different page eg page2.html and then close the
app, and then start it again, then it is not loading the splashscreen
and it does not load the index.html file, instead it loads the page it
was on when the app was closed, the page2.html.
Has anybody the same problem? And a solution to it?
Thanks, Claes
Are you using iOS4? If so, it’s highly likely the application was still running in background after you pressed the Home button.
The video here shows you how to close the applications running in background.