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.
-
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 :)Poul Kruijt– Poul Kruijt2018-07-11 11:45:34 +00:00Commented 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 iPadNancy– Nancy2018-07-11 13:54:13 +00:00Commented 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 solutionNancy– Nancy2018-07-11 16:59:17 +00:00Commented 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 rantPoul Kruijt– Poul Kruijt2018-07-11 17:48:52 +00:00Commented Jul 11, 2018 at 17:48
Add a comment
|