Skip to content
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

ios9 无法复制 #43

Closed
Thomastar opened this issue Nov 12, 2018 · 1 comment
Closed

ios9 无法复制 #43

Thomastar opened this issue Nov 12, 2018 · 1 comment

Comments

@Thomastar
Copy link

ios9 无法复制
代码:
this.$copyText(text).then(function (e) { //success console.log('1') _this.copyVisible = true _this.copyTips = '复制成功' }, function (e) { //error console.log(e) })

@Inndy
Copy link
Owner

Inndy commented Nov 12, 2018

According to Vue.js:

Browser Compatibility

Vue.js supports all browsers that are ES5-compliant (IE8 and below are not supported).

And from clipboard.js

Browser Support

This library relies on both Selection and execCommand APIs. The first one is supported by all browsers while the second one is supported in the following browsers.

iOS 9 is considered obsolete and will not be supported. (Which is also impossible to do so due to lack of support to clipboard API)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants