viritin / flow-viritin

Viritin inspired project for Vaadin Flow
Other
43 stars 16 forks source link

#45 Add Content-Type to file download response #46

Closed timomeinen closed 7 months ago

timomeinen commented 7 months ago

Using DynamicFileDownloader does not work with mobile version of Safari in iOS. Instead of downlading the file with the given filename, Safari adds a ".html" to the original filename and stores any data as text file .

Adding the Content-Type header fixes this problem.

closes #45

mstahv commented 7 months ago

Awesome, looks good to me 👍 I think I even made a similar hack to some hobby app lately.

mstahv commented 7 months ago

2.8.0 will have this soon once synchronised to central.