Context: iPad, web-based inbrowser application
I want to display the “Open in…” that allows the user to select from a list of editors (Goodreader, for example).
Preferable, I’d like to do this through Javascript.
Is it possible? How?
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.
In don’t think you have access to do that inside Mobile Safari, you can only provide the content as a download. Then Mobile Safari will render it inside the browser and provide the ability for the user to perform the Open in.. action.
Alternatively you could always write a native app wrapping a WebView that provides the ability to show a native Open in… dialog.