0

I have the code to download my JSON data to csv . I am able to download using windows machine and mac machine. But in iPad device, it comes as a blob file ( blob:https:// ) . Any help on this is appreciated.

4
  • Safari has issues with downloading blobs. You can read here for more information. This can only be fixed if the angular2csv changes their code. I suggest you file a bug report with them :) Commented Jul 11, 2018 at 11:45
  • Actually its working fine with Safari browser with mach machine. The problem is when i try to download in iPad device. Not sure why it opens as blob in iPad Commented Jul 11, 2018 at 13:54
  • @PierreDuc Do you mean to say that the feature is not supported in iPad safari but supports mac machine safari browser? The link you had provided above doesnt explain about iPad Safari issue. I am desperately waiting for a solution Commented Jul 11, 2018 at 16:59
  • Exactly. The main issue is that ios safari does not support the download attribute, which is used in the angular2csv here. Here you can read more about this annoying issue. start rant I don't get it how apple keeps getting away with being so stubborn end rant Commented Jul 11, 2018 at 17:48

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.