Download images and save locally on iPhone Phonegap app

后端 未结 4 1722
梦如初夏
梦如初夏 2020-12-05 06:12

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

4条回答
  •  無奈伤痛
    2020-12-05 06:40

    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).

提交回复
热议问题