How can I open up a pdf file locally on my device through my app? I used window.open to try an open up the pdf but it won't work. Is there another way to achieve this?
By the way I'm using AppPresser's offline function to make this work. I have individual html pages working offline, I just can't open pdf files inside of those pages.
Thank you!