bitsongofficial / radio-player

A simple Radio UI Player by bitsong
Other
0 stars 1 forks source link

Toolbar user menu copy functionality #19

Open eti88 opened 3 years ago

eti88 commented 3 years ago

The code creates a temporary html textarea element and through this the text is copied to the clipboard

eti88 commented 3 years ago

The execCommand is deprecated on new browsers so i added also the clipboard API support and moved the execCommand as fallback mode.