Hi! Does it support triggering downloads? I need this for exporting image files out of the application
Viewing post in Wapper - HTML To EXE comments
It only will work if you make a save dialog box open so you can choose a save location. Blind downloads (just clicking a button and letting the file get auto-saved) don't work. That's a quirk of Webview. There is no easy way to capture downloads and redirecting them from within a webview window. So using the save dialog box is the best way to go.