views:

8

answers:

0

I am using Load data as below, however getContentHeight never changes value. How can I force it to update. I have called this many times and the content height does not update till I manually click on the webVeiw.

Any ideas? TIA

private void UpdateMessageDisplay() { //loadData fires onPageFinished but without the new data browser.loadData("" + msgInnerHTML + "", "text/html", "utf-8"); browser.reload(); //required or page never refreshes // browser.invalidate(); // did not work

}