I have a PDF document in my app which I want to allow users to view and email if required.
I would like to open the document in Safari which then should give me access to the forward action in the Safari PDF reader.
How can I open Safari and display the PDF ?
Thank you.
EDIT
this just came to my mind that you won’t be able to see the pdf as it is in the sandbox of your app and safari is a different app , so if you want to show it you can use a WebView instead safari… you can use this code instead…