I\'m trying to apply expand collapse feature on Webview Based on its Content height but i\'m always getting wrong value Here is my code
public class Mesure
Use the following methods instead of getContentHeight() method:
getContentHeight()
computeHorizontalScrollRange(); -> for width computeVerticalScrollRange(); -> for height
these two methods will return the entire scrollable width/height rather than the actual widht/height of the webview on screen