I am trying to call the loadUrl method in a webview with the below url
http://stage.realtylog.net/iPhone/functions.php?username=xxx&ID=xxx&act=readFileAndPri
This fixes the issue:
webView.getSettings().setDomStorageEnabled(true);