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.
if (this.clipboard.copyFromContent(data.toString())) {
console.log('Copy success')
}
The copyFromContent always returns false on Safari on either Desktop or IOS.
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.