I have a UIWebView in a view controller loading local content. I am intercepting certain links to load in a modal view. When one of the those links is clicked and I return NO in my shouldStartLoadWithRequest delegate method I the currently displayed content scrolls to the top. I need to stop this from happening.
Share
It not the best solution but you can try this:
Save before open the modal:
And then set: