dirkgroenen / mopidy-mopify

A web client that uses external web services to provide additional features and a more “complete” music experience.
Apache License 2.0
447 stars 44 forks source link

Copy Spotify URI / Copy HTTP Link don't work in Safari #180

Closed elsurudo closed 4 years ago

elsurudo commented 8 years ago

Tested in Safari 9.0.3 (OSX Yosemite 10.10.5)

dirkgroenen commented 8 years ago

The implementation makes use of Clipboard.js which is, unfortunately, not supported on Safari.

elsurudo commented 8 years ago

That's a shame. Any ideas on an implementation that would gracefully degrade for Safari users? Right now, it just fails silently.

Perhaps showing the link inline in the menu, and "selecting" it, with a tooltip to press command-C to copy for Safari users? This is similar to the Clipboard.js graceful degradation

dirkgroenen commented 8 years ago

Something like that may work, let me give it a try.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.