Download documents with SFSafariViewController

1.2k Views Asked by At

Isn't SFSafariViewController able to download documents? I'm trying to do this, but the "Save to" dialog doesn't appear. From the same page opened in native Safari it opens.

My implementation is basic:

 let svc = SFSafariViewController(URL: NSURL(string: self.urlString)!)
 present(svc, animated: true, completion: nil)
1

There are 1 best solutions below

1
On BEST ANSWER

No, it's not possible to download file using SFSafariViewController.