ella: downloadFile method not working on safari ios
Open
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
We are creating an anchor tag and setting its target to `_blank` and we are performing click action via javascript. Safari on ios is assuming it as a popup and is blocking it, it works when `Block Popup` is turned off.
.
Can we add check for Safari to avoid `link.target='_blank`, and then the file will open on same tab. One issue with this solution is that, on ios Safari and Chrome have same userAgents so it will be difficult to differentiate between them.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.