Javascript problem with newer Safaris (mobile & desktop)
-
Hello,
There is a problem with the javascript file “dlm-xhr.js” for newer versions of Safari (both mobile and desktop), making certain types of downloads appear not to work. The issue is this on line 448:
downloadTab = window.open('', target);On safari, this will now flash a very short message “Popup Window Blocked” in the address bar. It does not seem to log the blockage in the console.
On our part I’ve temporarily worked around this issue by adding
// Apparently neccessary for Safari 2025-08-25 if (!downloadTab) downloadTab = window;— tho this of course opens the link in the current window.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Javascript problem with newer Safaris (mobile & desktop)’ is closed to new replies.