HTMLViewer: Allow file downloads?

Hi all,

Is it possible, for example via a plugin, to allow file downloads from HTMLviewer (compiled Mac and PC application with Webkit option)?

In a standard web browser, such as chrome, the user can download a file by clicking on a download link. The file is then downloaded to the user’s “downloads” folder.

It doesn’t work with the HTMLviewer.

Care to expand ?

For Mac, you can use MBS Xojo Plugins with WebDownloadDelegateMBS class.

A similar thing for Windows is currently not possible due to limited due to missing handles.
See <https://xojo.com/issue/48574>

Thank you Christian! I just sent you an email.