Pdf files not getting downloaded in mobile view.
Im trying it in localhost server presently. This is my code for a download button of a pdf in my PC. <a href="file:///C:/Users/senth/Desktop/Website/files/myNotes.pdf" download> <button type="button" class="btn btn-secondary">Download </button> </a> This successfully opens in chrome localhost and displays a preview type pdf where I can see download option in top right but when I inspect and open in mobile view.... Its not opening and nothing is happening. We observe in PC its preview gets opened directly and in mobile it directly gets downloaded but here in mobile view nothing is happening. Does it get downloaded in phone when I upload the website and open in a phone? Pls share other ideas better than this to make my pdf downloadable from my website as we see in any website.