kaosat-dev/CoffeeSCad

Export doesn't work in Safari

Opened this issue · 1 comments

I've been trying things in several browsers. Safari doesn't seem to export the blob. Instead, it tries to load a different URL. See the attached screenshots.
screen shot 2013-06-18 at 11 35 55 am
screen shot 2013-06-18 at 11 36 07 am

I'm using Version 6.0.5 (7536.30.1)

Erik, sadly this is a browser limitation: it has to do with the support for the html5 download-attribute (for more info on the support per browser : http://caniuse.com/#search=download) possible workarounds unfortunatly either involve server side stuff or flash :( If you find another solution, I'll gladly implement it!