tags:

views:

124

answers:

1

Hi to all

I have an app that uses the navigation controls. What I would like is for my app to stay on the page it is showing rather than reload the whole application when f5 (refresh) is pressed?

Is this at all possible?

JD.

+1  A: 

It seems like the way to do it is with the contentFrame_navegating event. On refresh, the URL that the user is on is passed through. We can then use to to redirect as the application will try to load the default page.

JD.

JD