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 JS files seems to be cached, changes in them dosen't get visbile when reopen the WebView or reopen my app.How the UIWebView cache the JS file in the app,and how can I tell the UIWebView to get new JS file from the server.