I am developing a Hybrid Mobile app using HTML5, CSS and Javascript. I create apk using PhoneGap. I installed the app in a phone. The Problem is that when I click download, the file is opened and not downloaded.
My code is
<a data-toggle="tooltip" title="Download filename" href="mywebsiteURL/Upload/filename.extension" >
Please help me.