jessewebb / csgo-buynds

CS:GO Buy Binds Generator
http://csgobuynds.com
Other
106 stars 15 forks source link

Copy to Clipboard button doesnt work. #25

Closed mxxfun closed 6 years ago

mxxfun commented 6 years ago

When you click the "copy to clipboard" button nothing happens.

image

Windows 10/Google chrome

jessewebb commented 6 years ago

The current "Copy to Clipboard" button uses Flash. Flash should work in Chrome, but it is possible you have it disabled or something else is preventing the Flash plugin from working properly. Either way, Flash is a less-than-ideal solution to this problem.

In the current development branch, I have already updated the "Copy to Clipboard" button to use a pure JavaScript solution, so it doesn't require Flash to work properly. This should work much better for most users. Commit: 793dd5b9cdfb90ef83415692db8ec2c2692f03a0

This will be part of the 1.0 release which should be coming out soon.

mxxfun commented 6 years ago

Okay sounds good!