Skip to main content
Participating Frequently
August 5, 2013
Question

iOS: navigateToUrl and openWithDefaultApplication to open a local pdf file

  • August 5, 2013
  • 2 replies
  • 906 views

I tried using navigateToUrl and openWithDefaultApplication methods to open a pdf file on iOS platform.

Nothing...

I tried also copying the pdf file to the app storage directory...nothing...

All goes well on the Mac air app.

Any suggestion?

Thanks

Angelo

This topic is closed to new replies. Start a new post to keep the conversation going.

2 replies

jadams602
Inspiring
August 6, 2013

Maybe try using a native extension solution like:

https://github.com/katopz/ane-device-file-util

Participating Frequently
October 25, 2013

thanks :-)