Hey!
I’ve been trying to display pdf files in web view component. The file is in a database in file format, and I’m using the URL of it via magic text. The web view component does display the pdf file in the app preview, but it doesn’t work in the installed app.
Here is a screenshot of the preview:
And here is a screenshot of the actual installed app:
You can see that the pdf doesn’t display, but it starts to download the file automatically without asking. Obviously, I don’t want this to happen, that’s why I added a button in the first place (the one that says “LETÖLTÉS” which means “download”) that the user can use if they want to actually download the file. But I want them to be able to see it first in the web view.
So what might be the problem? It works fine in the adalo preview, and I did everything as I normally do when I upload a new build to an existing published app. And it was reviewed and accepted by google, and I also updated the app on my phone to the new version.
Thanks for any advice!