android - Why webView.getContentHeight() < webView.computeVerticalScrollRange()? -


i'm working webview , i've come across unexpected behaviour: webview's vertical scroll range higher content height. values debugger:

getcontentheight()               5123 computeverticalscrollrange()     6820    

how possible?

the following expect true:

verticalscrollrange + webviewheight = contentheight 

why webview not in accordance this?

computeverticalscrollrange() uses arbitrary units in docs. there no guarantee match other units such pixels.


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -