I don't think there is a bug with WebView
for your issue. I'm currently using it with 2.2 to 4.3 versions of devices and I never had a problem as you described.
You can test it with an url like google to define your problem again. As I see problem comes from your page at url http://crm.unitask-inc.com/dotproject/DP/
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
WebView webView = new WebView(this);
setContentView(webView);
webView.loadUrl("http://www.google.com");
}
BTW, I've tested google's url on 2.2 Nexus One (Emulator) Device. Didn't have any problem there.
Edit: I've tested your url on 2.2 Nexus One (Emulator) Device and 4.3 Galaxy Nexus device. They only showed 3 blinking dot on a blue page. Never saw the entry page.