euvl / v-clipboard

Simple and powerful clipboard plugin for Vue.js 2 and 3
MIT License
522 stars 39 forks source link

not work on iOS #3

Closed mkanako closed 5 years ago

mkanako commented 6 years ago

the reason is select() function not work I see clipboard.js use select to slove this problem

sermo-de-arboribus commented 5 years ago

I also have @mkanako 's problem. The call of document.execCommand("copy") always returns false on newer iOS devices. I've tried to experiment with some refactoring based on https://stackoverflow.com/questions/34045777/copy-to-clipboard-using-javascript-in-ios and could get it working that way. Any chances to get v-clipboard updated?

euvl commented 5 years ago

should be fixed now