I would like to build an app that can connect to locally stored data (like a synchronized SharePoint DocLib or OneDrive) so that the users can still open pdfs when the app is in offline mode.
I have tried loading the pdfs into a collection, but cannot get it to load the actual file, neither as an attachment in a SP List nor as a document in a doclib.
Does anybody have any experience with this? Or has gotten this to work?