I currently have a button link that opens up a pdf document. On some browsers the default action is to download the file to the user’s desktop. On other browsers the default action is to open it up right inside the browser.
Is there a way to force download it to the user’s desktop, so the experience is consistent from browser to browser? Thanks.
on(release) {
getURL("test.pdf");
}