Categories

Download Files

Android

When downloading files from the Internet, Android only needs the WRITE_EXTERNAL_STORAGE permission, the rest of the processing is done by the web view.

IOS

To download files from the Internet, IOS needs more actions than Android, initially the web view will not download files that you can try to download. To do this, use MimeType and add them to the web view so that they are checked for loading.To add a MimeType, use the method:AddDownloadMimeType()