Currently in my app I am loading html page in UIWebView using loadRequest method of it.
This HTML includes number of js and css files. Now I need to store this HTML page with necessary js and css files. After page is loaded I need to give option to user whether user wants to store it for offline viewing or not.
I tried a lot but I couldn't store js or css file.
I have seen other post( How to save a locally loaded HTML file in UIWebview ) to save html loaded in UIWebView but couldn't find anything about js and css file.
Let me know whether it is possible or not and if yes then how.