For example, when I load a url inside the WebView
in an iOS
app, and when user clicked back button and navigates in the other sections of the app and when user returns back to the WebView
section of the app, the WebView
section should not be reloaded. Not only that, even if the user goes to other applications in the smartphone and returns back to the WebView
section of the app, the WebView
section should not be reloaded. How is it possible to preserve the state of the WebView
in iOS?
Any possible solutions are welcomed!