EDIT: I worked on this project years ago and unfortunately I cannot verify if any of the answers is working in the given scenario.
I am having hard time with one Web
I am facing the same issue and got it working by following steps:
webView.clearCache(true); webView.loadUrl("Url");
and I got the multiple url loaded successfully.