搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Getting Text in clipboard to webpage using Clipboard API

  • 1 个回答
  • 1 人有此问题
  • 72 次查看
  • 最后回复者为 TyDraniu

more options

Hello I am currently trying to add a paste button in my site and I tried using Clipboard api to read the clipboard navigator.clipboard.readText() Eventhough it works on other browsers , but it doesn’t on Firefox . So does anyone know a way to get text in clipboard to webpage that is supported in Firefox?

Hello I am currently trying to add a paste button in my site and I tried using Clipboard api to read the clipboard navigator.clipboard.readText() Eventhough it works on other browsers , but it doesn’t on Firefox . So does anyone know a way to get text in clipboard to webpage that is supported in Firefox?

所有回复 (1)

more options

In Firefox it doesn't work from website's javascript. Firefox only supports reading the clipboard in browser extensions, using the "clipboardRead" extension permission.