First I kept
<a href="url"> File to download</a>
link to download file as we do in browser but it's not working in mobile android app.Again I kept JavaScript on-click function in which I used
window.location(URL)
where it's working fine in desktop browser but the same way is not working in mobile web view app.
Can anyone suggest a way to download file in android mobile web view app?