nchutchind / cordova-plugin-app-launcher

Simple Cordova plugin for launching apps.
MIT License
88 stars 92 forks source link

pass extra data to application in ios #5

Closed jasonzhang2022 closed 9 years ago

jasonzhang2022 commented 9 years ago

For example, I want to launch external PDF reader. I want to pass the PDF URL, PDF file path, or PDF data. How can I do it in ios?

thanks

nchutchind commented 9 years ago

As far as I know, the only way to open another app from yours on ios is with a URL, so there is no way to pass extra data, unless it is part of the URL. On Nov 28, 2014 2:47 PM, "jasonzhang2022" notifications@github.com wrote:

For example, I want to launch external PDF reader. I want to pass the PDF URL, PDF file path, or PDF data. How can I do it in ios?

thanks

— Reply to this email directly or view it on GitHub https://github.com/nchutchind/App-Launcher-Cordova-Plugin/issues/5.