rndme / download

file downloading using client-side javascript
MIT License
2.29k stars 417 forks source link

Safari 9 #10

Closed iamjonbradley closed 8 years ago

iamjonbradley commented 9 years ago

This does not seem to work on safari 9+

http://pagedemos.com/sxks39b72aqb/1 http://pagedemos.com/sxks39b72aqb/2

generate nothing

http://pagedemos.com/sxks39b72aqb/3

Failed to load resource: Frame load interrupted

rndme commented 8 years ago

grrrr. the new IE, i swear... looking into it, thanks for the heads-up.

dangnelson commented 8 years ago

+1

dannewoo commented 8 years ago

++1

rndme commented 8 years ago

try the output version, safari is not a fan of iframes :

http://pagedemos.com/sxks39b72aqb/output/

talltorp commented 8 years ago

I am having trouble with getting the output version to work as well.

When I visit the link you posted, I get this message

image

When I click the OK button, Safari gives me this error

image

I am using Safari 9.1 on Mac. Please let me know if you need any help in finding the error.

rndme commented 8 years ago

that should have been fixed by https://github.com/rndme/download/commit/cfbfddb6307e971296d019b2dc2a39cf888d1caa , but the demos were using a stale copy of the script.

Some of the demo's also won't work in safari because pagedemos (and everyone else like fiddle) uses iframes, which safari doesn't like. I've updated the demo's script copy, and i'll see about replacing the "hosting" with something more compatible.

Thanks for the heads up!