Hello!
I have a Delphi application calling a webview.
Inside this webview there is a button to download a file. However, when I click on download, my application simply closes.
I looked in the documentation for how to download using the TMSFNCWebBrowser component but I couldn't find it.
Could you tell me how to handle downloads in a webview? I imagine you should open Windows Explorer to select where the file will be saved.