JoelBesada / pasteboard

Clipboard and drag & drop image sharing web app

Home Page:http://pasteboard.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any particual reason not to support IE11 clipboard

EugenMayer opened this issue · comments

So far, great work! And its even coffeescript, which makes me happy all day :)

One general question is, why you did not include the IE11 clipboard support, since it is supporting the clipboard API (w3c/html) which safari/ff/chrome implement for long time)

They implemented it only in IE11, IE10 is not capable of this ( without java and cruft ).

Thanks

The code tests for "onpaste" of document, but I haven't had the chance to test this in IE11 because I can't install that on the windows 7 machine I have available to test on.

well maybe i continue working on this in time. Do you have any entry point for me?