Website with PDF`s on Android 11 #55
-
|
Here's the problem: The website links to PDF files and should display them directly, not download them. It's a website for reading newspapers and magazines. The tablet runs Android 11 and cannot directly display PDFs in Chrome. Therefore, a separate PDF reader would need to be launched. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Hi, Thanks for the details. I'm adding this to my implementation list. I'll handle PDF links by intercepting them in the WebView and launching an external PDF reader via Intent. This should work well for your newspaper/magazine. I'll keep you updated! BR |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Ritterbanane |
Beta Was this translation helpful? Give feedback.
-
|
Hi @valentingomy |
Beta Was this translation helpful? Give feedback.
Hi @Ritterbanane
v1.2.12 is now available and should allow PDFs to be displayed by enabling the dedicated option in the settings.
Feel free to test it with your newspaper/magazine website and let me know if it works as expected!