I've tried to open local PDFs stored in the Resources/Documents folder in my XCode project. The code I put in .js file is:
Cordova.exec("ChildBrowserCommand.showWebPage", "file://"+pdf );
Where pdf is the name of the file, which changes for every file. But ChildBrowser doesn't open it. How can I fix this?
Thanks!