Skip to content

Commit

Permalink
Make downloading on mobile devices same as web
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30 committed Jan 16, 2024
1 parent 7b32d47 commit ee102f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/DownloadButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export default {
new JsFileDownloader({
url: this.downloadDetails.url,
process: this.showStatus,
filename: this.downloadDetails.filename
filename: this.downloadDetails.filename,
forceDesktopMode: true
})
.then(() => {
this.isDownloading = false;
Expand Down

0 comments on commit ee102f2

Please sign in to comment.