Relative Content

Tag Archive for swiftxcode

How can i download a file by clicking on a link in an iOS webview application?

I have an xcode application where i use a webview. At some point i can open a page with a link inside it. When i click on the link i should be able to download a pdf file. When i click on the link in the web browser it works and i download the file to my computer. But when i use my xcode application and access the web site in a webview, clicking on the link does not work.