Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rubenpla-develop/84052db89c070c5fa08df89fbf291d61 to your computer and use it in GitHub Desktop.
Save rubenpla-develop/84052db89c070c5fa08df89fbf291d61 to your computer and use it in GitHub Desktop.
Work out the maximum scroll extent of an Android WebView
int maxScrollExtent = (int) ((mOverlayTop.getContentHeight() * mOverlayTop.getScale()) - mOverlayTop.getHeight());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment