m developing an ebook reader application.
i wanna display text in WebView [have to use WebView instead of TextView bcz TextView doesnt support justify text align]
Now how will i know how much text i shud display on 1 page , so that the WebView doesnt scroll?
WebView:getContentHeight() is not working..
i need to get the height of the html content b4 i loaddata in the WebView