<How do I download a File/Blob or data URL from Re...
# community-feeds
r
How do I download a File/Blob or data URL from React Native on IOS? I'm trying to programmatically download a PDF file from the browser, but every time I get an error saying that it was not able to download the file. I tried to download both Blob and using data URI. Data URI for example fails saying: Error: Unable to open URL data:application/pdf... Add data to LSApplicationQueriesSchemes in your info.plist The code I'm trying to run is an injected JS that tries to download the file. The code works well in Chrome.