How to copy to clipboard with GWT?

后端 未结 6 2054
面向向阳花
面向向阳花 2020-12-17 14:56

Couldn\'t find anything on this with a Google Search.

Does anyone know how to copy some text to the clipboard through GWT Java code? I\'d like to avoid the raw javas

6条回答
  •  失恋的感觉
    2020-12-17 15:31

    For the moment it doesn't seem like there are any GWT libraries that provide this functionality. In any case, it's impossible to support this in all browsers as Flash is needed. A rather nice library than wraps the functionality is ZeroClipboard.

提交回复
热议问题