I'd like to enable people to save videos and GIFs to their mobile device via my website.
However, currently when the download links are clicked, they open in a new tab rather than prompt the user to save it on their device.
You can test it out here: http://spin360-staging.herokuapp.com/projects/1284/mobile
This is what the download link looks like:
<a href="/projects/1284/export_video?rel=nofollow">
<icon class="fa fa-download social_icon export_icon"></icon>
<div class="share_title">Download Video</div>
</a>
How can I create a download link in a mobile browser that enables people to save media on their device?