Hi,
I am having a webview and I have retrieved the web content in a text view using
txt.setText(Html.fromHtml()).
But the page alignment is not same as it was in web view. Please help me in how to retrieve the html content in text view with pagination. The following is for webview pagination.
Is there something like this for textview?
webView.getSettings().setLoadWithOverviewMode(true);
I am having a webview and I have retrieved the web content in a text view using
txt.setText(Html.fromHtml()).
But the page alignment is not same as it was in web view. Please help me in how to retrieve the html content in text view with pagination. The following is for webview pagination.
Is there something like this for textview?
webView.getSettings().setLoadWithOverviewMode(true);
Last edited: