I have a UIWebView that loads html, css and javascript.
When ever I do a change in the html or css, that is applied ones I reopen the WebView. But my JavaScripts seems to be cached, changes in them dosen't get visbile when reopen the WebView.
What am I missing here?