I Have what I assume is a simple solution for most of you, so excuse my lack of understanding, just getting started.
This is an Android app:
I'm working on an android app that loads a remote webview (PHP file), prompts user for some info (this works fine) then the PHP file generates a .ZIP file containing their data and presents the user with a "Download Now" button.
when clicked it should act like that standard Android browser and prompt the user to confirm they want to download the zip file.
The correct behaviors works in Standard browser but not in Webview.
I assume I need an onClick listener ??????
How can I download a file from webview.