View PDF in webview

Can i know how to i view my PDF using webview? I am loading local html file with hyperlink that links to local pdf file which i uploaded into media. when i click the hyperlink nothing happened.
Below is my attached AIA file.

PDFWebview.aia (170.3 KB)

A WebView component is not a "full" browser, there are many things it can't handle and PDF is one of them.

However, there is an advanced WebView extension which might work with PDF:

Thanks for the advice. However, i cant find any read PDF extension in it.

There are several pdf reader extensions for local pdfs

Search here:

Extension or ActivityStarter ? Which do you prefer ?

Either way is fine. Which one is most preferred way ?

That's the tricky bit. The extensions/Activity Starter want to load the PDF directly, not via an HTML hyperlink. Also, the PDF cannot be stored in the App Assets, it would have to be in the shared directory 'Documents' or it's own ASD.

Try:
blocks

Works on Android 10 and below. I think an extension may be required if you need to use Android 11+

Thanks for the guide. If I have a lot of pdf to view, would that make it alot of block?

Nope - just list them in a List Block

Do you want to select them from a Pick List?

PDFWebview.aia (170.3 KB)
Listblocks

The Sample Project assumes you have the PDF files in '/Documents'