Download external files inside a WebView - How to?

I have a webview in my Android Application that load an external website. This web has certain downloads available. When user goes to webview and click a link to download a file nothing happens.

I have noted that with Java there are solutions for this, but how to solved with Lua code?