How to save Webview state when switching between different fragments using Tablayout?
I am making a very simple webview app that places different subpages of a website under different tabs (using tablayout), i.e. messages, orders etc. The individual webviews are created using fragments. The idea is that the user can quickly switch back and forth between pages. While testing, when I switch to the tab directly next to the one I'm on and then back, the page is exactly how it was when I left the tab. However, I switch to a tab that is further than one tab away from the one I'm...