Download Files
Ios
Android
You need to append "wtn-download-file=true" in query parameter.
<a href="download-url?wtn-download-file=true"> download File</a>
or
window.location.href = "download-url?wtn-download-file=true";
For Android you don't need to do any extra handling. it will work for App if it works for Browser.
Last modified 1yr ago