-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on Safari (13.1) Desktop or IOS (13.5) #243
Comments
Same for iOS 13.6 |
lately i am pretty busy, if anyone can look into this issue, that will be great |
i can see fixed for that but after update package version 13.0.1 |
@gurutvm I had the same issue with [email protected], fixed it by adding:
inside the tsconfig.json file |
In my opinion, it's bad to add that global setting. Why no one is fixing the issue after version 13.0.1 as described above? The copy is not working in Safari till that version and from that version, you cannot work with that package. Tnx |
Also not working in Safari 15.0 "ngx-clipboard": "^15.0.1" |
Angular 9, IONIC 5, ngx-clipboard 13.01
The copy to clipboard I am doing is really simple. It takes a string of data, usually in csv format to copy to the clipboard.
The copyFromContent always returns false on Safari on either Desktop or IOS.
The text was updated successfully, but these errors were encountered: