Back to All

Download file Blob

Is it possible to download a file that is returned from our api as a blob? Currently we are trying to use window.URL.createObjectURL(blob); to pass a url to the gonative.share.downloadFile function but the app pops up a notification with 'unknown protocol: blob'.