Document downloader component

cancel
Showing results for 
Search instead for 
Did you mean: 
kevalbhatt
Member II

Document downloader component

Hi,

I have created one angular component that is responsible to download the document from alfresco. I have used FileSaver.js library to save the blob object data in a file with the extension but the same component isn't working in iOS mobile browser.

Below is the API that I have used to get the document based on node id:

 http://localhost:8080/alfresco/s/api/node/content/workspace/SpacesStore/{nodeId}?a=true

 

Please find the attached screenshot error that I am getting in the phone. 

Thanks & Regards

Keval Bhatt

1 Reply
eugenio_romano
Alfresco Employee