predixdesignsystem/px-clipboard

Safari 9: Component doesn't work

randyaskin opened this issue · 1 comments

Clipboard.js relies on execCommand, which is not supported in Safari 9 - see https://clipboardjs.com/ - should consider alternative implementation, or use of feature detection on our demo pages? May be mitigated by the fact that Safari 11 will be out soon and we will be able to drop support for Safari 9.

With release of Safari 11 last month, we only need to support Safari 10 & 11.