Skip to main content

All Questions

Tagged with
0 votes
0 answers
13 views

How to Implement an Image Download Dialog in Safari Like remove.bg?

I'm working on a project where I need to enable users to download images directly from the browser, specifically Safari on iOS. I've noticed that remove.bg offers a neat feature where users can long-...
Taib Islam Dipu's user avatar
1 vote
0 answers
66 views

Download files in MAUI iOS Fails to Download Content

I've tried to implement the solution given on Download files in MAUI iOS WebView almost exactly, but the resulting file contents only contain the name of the file, not the expected document contents. ...
Mark Bisho's user avatar
0 votes
1 answer
363 views

File move to IOS not working - React Native FS

I have implemented method to download images list as pdf to mobile storage, android works fine without any issues but ios not working. I give all the necessary permission for both OS, but iOS not ...
Ruchira Swarnapriya's user avatar
-1 votes
1 answer
270 views

React native download base64 image list as a single PDF file

I want to download list of base64 images as single pdf file in to my device.I have implemented following for that, issue is download is working correctly but can't open the downloaded file getting &...
Ruchira Swarnapriya's user avatar
1 vote
0 answers
195 views

Download mp4 file from link and save to documents directory in IOS Swift or Objective-C

I would like app users to be able to to download MP4 files from a remote link and save them to the local app documents directory (not photos). I'm guessing this may create storage problems at some ...
user6631314's user avatar
  • 1,868
2 votes
1 answer
292 views

How do I make html-to-image to read images on IOS devices

I have been working on a function to download div as an image using html-to-image library. It works well on android phone, but using IOS phones, it only downloads the text and skips the images. Please ...
urama c3's user avatar
1 vote
0 answers
130 views

How to save file in iOS files app downloads folder in flutter

I want to save a file in iOS downloads folder so that it can be visible to user can you help me out please suggest me the latest iOS version flutter code and permissions to do so. Tried adding ...
Rakesh Yadav's user avatar
0 votes
1 answer
130 views

What's the best-practice for allowing a user to download a full-res large photo files from my website to their iPhone?

I run a website that sells photos. Too often I get an enquiry from an iPhone user saying that after downloading their photo they now can't find where it is on their device. I tell them this: You're ...
Codemonkey's user avatar
  • 4,739
3 votes
4 answers
2k views

How to let user download a image to Photos on click with React.js?

What I want to achieve: When the user clicks a button, the image should be saved to Photos. What's the current behaviour: On click, the user is sent to a new page that only that image exists. <a ...
Terry Windwalker's user avatar
0 votes
1 answer
295 views

AVAggregateAssetDownloadTask does not support currentRequest property

I am trying to download a video in iOS using native module for react-native. Same code works just fine in standalone iOS app but throwing error when calling using native module. Error - Exception '...
rahulnainwal107's user avatar
0 votes
1 answer
107 views

Background Tasks with local files

The app I develop allows user to store chosen file in encrypted form inside app directory (local). Now, lets say user wants to open a big file (>1gb) that is stored inside app. This can take quite ...
MJegorovas's user avatar
0 votes
0 answers
76 views

Android preferences to allow file access to an apps sandboxed DOCUMENTS sub-folder?

By default, on both iOS and Android, apps can download files to app sub-directories; but those files are hidden from the user. The app can see and access them, but users cannot. On iOS, you can have ...
rolinger's user avatar
  • 3,016
1 vote
1 answer
734 views

Cordova iOS download file to iPhones general "Downloads" folder

on iOS, is there ANY method that can allow an app to download a file to the iPhones general "Downloads" folder that the user can find on their iPhone (IE: using the iPhones Files app The ...
rolinger's user avatar
  • 3,016
0 votes
1 answer
1k views

Expo Go app download stuck for IOS simulator

I have upgraded expo sdk to recent version 47.0.0. And expo asked me to upgrade Expo Go version in IOS simulator, so I removed app in IOS simulator. Then run expo start --ios It stuck in downloading ...
Nomura Nori's user avatar
  • 5,077
0 votes
0 answers
137 views

Angular open new tab

I have an Angular application that downloads a file to open in a new tab. It works perfectly on any plateform except on IOS where nothing happens. I make the call in the subscribe because during the ...
dna's user avatar
  • 604

15 30 50 per page
1
2 3 4 5
44