my windows universal application is a list detail implementation. Inside the detail page i have a WebView control that is initialized with an URI. This URI is the same for each detail item because i pass to the page details data with InvokeScript function.
When i go back to detail page and i select a new item, anhoter instance of webview control is created. How can i avoid to re-download the static content of html page ? I tried to mantain a reference of Web View control up to the detail page and once a detail page is opened, push the reference inside a Grid. In this case an exception is thrown because my control is alredy child of something. What about static resource ?