QtechLab Active Member Licensed User Longtime User May 18, 2016 #1 Hi everyone, In my App i use document interaction to prompt the view that is used to select which App should be used to open the "selected file". Is there any way to open a PDF document with an external app? Maybe using Objective-C code... Thanks in advance
Hi everyone, In my App i use document interaction to prompt the view that is used to select which App should be used to open the "selected file". Is there any way to open a PDF document with an external app? Maybe using Objective-C code... Thanks in advance
Erel B4X founder Staff member Licensed User Longtime User May 18, 2016 #2 External applications cannot load local files as only your app can access those files. The correct way is to use DocumentInteraction. Another option is to show the PDF with WebView which supports PDF documents. Upvote 0
External applications cannot load local files as only your app can access those files. The correct way is to use DocumentInteraction. Another option is to show the PDF with WebView which supports PDF documents.
QtechLab Active Member Licensed User Longtime User May 18, 2016 #3 Ok thank you. I will continue to use document interaction. I won't insert a web view, it can't handle document's indexes Upvote 0
Ok thank you. I will continue to use document interaction. I won't insert a web view, it can't handle document's indexes