I have a Kendo UI Mobile app that uses an index.html file with a few layouts and one initial view, #navigation.
All other views are loaded from separate files in subdirectories like this:
chapter01/page01.html,
chapter01/page02.html
etc.
I intend to use the app in cordova project. Everything seems to be working nicely if i don't use a browser, but only xcode simulator.
One thing bothers me: if I exit from the app after navigating to some pageXX view, and then load the app again, the last viewed view appears briefly, but the application quickly goes to the starting index.html page.
How can I control this behaviour. I'd like to have my application either always go straight to the starting page or stay in the last showed page from the previous app start. Current flashing of previous content is rather annoying. Any idea what I could do to control this in either way I choose?
All other views are loaded from separate files in subdirectories like this:
chapter01/page01.html,
chapter01/page02.html
etc.
I intend to use the app in cordova project. Everything seems to be working nicely if i don't use a browser, but only xcode simulator.
One thing bothers me: if I exit from the app after navigating to some pageXX view, and then load the app again, the last viewed view appears briefly, but the application quickly goes to the starting index.html page.
How can I control this behaviour. I'd like to have my application either always go straight to the starting page or stay in the last showed page from the previous app start. Current flashing of previous content is rather annoying. Any idea what I could do to control this in either way I choose?