Download option on custom webview

Hello everyone
How to enable download option on custom webview.?
And show me the downloaded files lists on the app… Like chrome downloads section etc

You have to use DownloadHelper extension’s Download method whenever webview needs file to be downloaded.
To keep a list of downloaded files you can use DownloadCompleted event.

Here is the latest aix:

Could yiu please show me the blocks
For download and listview of downloads