Skip to main content
Participating Frequently
August 5, 2013
Question

iOS: navigateToUrl and openWithDefaultApplication to open a local pdf file

  • August 5, 2013
  • 1 reply
  • 898 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 has been closed for replies.

1 reply

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 :-)