I\'ve already managed to save a web page (x/html) successfully, but I\'d also like to save the images and mp4 videos that are contained in it, for further visualization in o
You can only do it natively I'm afraid.
I'm doing it through a FileDownload PhoneGap Plugin that I wrote, using NSURLConnection. I pass in the url to download to the plugin through Javascript, and a target location (and it even gives me download progress).