I'm trying to load a pdf to a page set up for viewing file. This is what I have done so far:
Created a list of pdf files with click event
The click event collect the url of the pdf file clicked
Set up a pdf viewing page with a html container on the page. The page has a back button to be able to go to the previous page
How do I load the pdf on that page?