One of the pages that I load in a WebView has 2 filter dropdowns that brings back a resultset from those 2 selections. In a normal browser we store those 2 selections in localstorage variables so that when the user leaves the page, upon their return the dropdown selections will default to the previous selection. I see that this approach won't directly work in a WebView, but is there a way for the same functionality to work by using WebViewExtras etc.?