Hey everyone!
I need some help with the WebViewer (WebViewer1) in Kodular.
My app opens a website normally, but when I try to download a file (PDF, image, etc.), the app freezes or doesn’t download anything. I created the website myself, it generates the PDF and downloads it directly from the site.
Translated by RaYzZz
RaYzZz
(Gianluca Franco)
October 8, 2025, 7:28am
2
Hi Creative_Designer,
Welcome to the Kodular community!
Two things:
always write in English so that everyone can understand,
and always take a look in the community to see if the question has already been answered.
I found this guide, try to see if it works.
this is a basic guide to download the any file with the exact filename from download URL using On Download Start block from web viewer component.
just do the exact block arrangement which is shown below.
components used -
WebViewer
Download
[image]
I hope this will help some users who wants to save file with the file name given in the download url.
i also updated the T-Browser (Open Source Version) with this download logic. if you want you can download the aia file from original post giv…
This Tim 's extension integrates perfectly with Kodular’s native WebViewer and allows files to be downloaded more easily.
WebViewExtra An extension for AI2 that extends the features of the native webviewer. The extension, by default, will provide the following features: allow for uploading of files from within a webviewer. (Developers will need to provide...
Reading time: 13 mins đź•‘
Likes: 55 ❤
or this one from vknow .
1.Introduction
Latest Version : 11
Released: 2020-05-12T18:30:00Z (UTC)
Last Updated:2021-07-12T18:30:00Z (UTC)
Required Api : 21
Permissions: android.permission.WRITE_EXTERNAL_STORAGE,android.permission.ACCESS_DOWNLOAD_MANAGER,android.permission.ACCESS_FINE_LOCATION,android.permission.RECORD_AUDIO, android.permission.MODIFY_AUDIO_SETTINGS, android.permission.CAMERA,android.permission.VIBRATE,android.webkit.resource.VIDEO_CAPTURE,android.webkit.resource.AUDIO_CAPTURE,android.launcher.permiss…