I want to allow my users to rotate their device when using my app. When my app is run it loads a web page in a webview. The user can navigate on the site in the webview. When the user rotates their device it reloads the initial site listed in my Activity_Create section. I don't want it to do that. I want it to still show the page they're currently browsing. How do I do that? Thanks.