I want to know that how to prevent webview scrolling up when finished loading data form any url. For example, I'm loading data from http://stackoverflow.com in my webview, and when data loading (still image doesn't finish loading), I scroll down to view text in webview. Suddenly, Webview is auto scroll up because data is finish loading. So, how to fix this.
P/S: I have a method that I disable scroll of webview, then I put scrollview outside webview so I can solve my problem. But I have a new problem that when data change, the height of webview or scrollview (I think the height of scrollview) not change when i scroll down to the end of screen. It make my app have a large space in the bottom. I can't fix it.