asafdav / ng-csv

Simple directive that turns arrays and objects into downloadable CSV files
MIT License
573 stars 215 forks source link

Downloading CSV file in iOS Safari #164

Open chandramuralis opened 8 years ago

chandramuralis commented 8 years ago

Is it possible to download the CSV file in Safari?

fabrom commented 8 years ago

in Safari, "Save as" seems to be required...

chandramuralis commented 8 years ago

how about the mobile Safari?

chandramuralis commented 8 years ago

In Android the file got downloaded to the download folder, but iOS doesn't do anything

jspizziri commented 7 years ago

see https://github.com/asafdav/ng-csv/issues/29