I created an app that uses a webview with different url-pages with back and forth arrow buttons.
My problem is that when the user zooms in, in a particular region of the webview and then presses the forth or back button, the new url is loaded with the zoom level reset to default.
How can I preserve the zoom-level and position of the webview, in order to apply it to the new url that will be loaded?
Thanks in advance.
You should take a look at this answer which will help you preserve the zoom level of your
WebView
.This article will guide you through the process of preserving the
WebView's
fine states.Merging them you'll achieve the desired aspect and behavior.