eligrey / eligrey/FileSaver.js
saveAs not working in chrome with iPad and iPhone
Open
- Dominant language
- JavaScript
- Stars
- 22k
- Forks
- 4.3k
- PR merge metrics
- No merged PRs in 30d
Description
We are using docx npm to generate the word document. To save the generated document we are using below code snippet.
Packer.toBlob(data).then((blob) => {
saveAs(blob, filename);
});
saveAs is working as expected in chrome browser in windows and safari browser in iPad and iPhone. However, it is not working when we tried it in iPad and iPhone on chrome browser.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.