I’m still fighting with PDF documents and Trigger.io / Forge.
Is it possible to open a PDF document in an external application out of a Trigger.io app the same way the WebView / Safari does? If yes, how do I manage this?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
On iOS, you can use our modal views to display a PDF – I’ve put together a little demo app here to show that: https://github.com/goodgravy/forge-spikes/tree/master/pdf-reader
Note that this wouldn’t work on Android because the webview doesn’t include a PDF reader.