What is the best way to have users view a pdf document in Adalo?

I’ve tried two ways to have a pdf book available for users:

  1. I uploaded the file to a record in the database and linked it to the web view on the screen.
  2. I linked the external URL to a property in a record on the database and linked it to the web view on the screen.

With both of these methods, the pdf still opens in an external browser for users. I’m wondering if there is a better way to do this?

good question, use the URL from the file and input it into the Web View Component. This way it will show the PDF.

Thanks for your response! I have tried this and it shows the pdf on the app on web preview but not on mobile. It still opens into an external browser. Is there another way to make the book available for reading?

We had the same issue with our adalo app and we ended up using a third party component (a document previewer from itsmi.store). Hope that helps!

1 Like