Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Getting Text in clipboard to webpage using Clipboard API

  • 1 απάντηση
  • 1 έχει αυτό το πρόβλημα
  • 70 προβολές
  • Τελευταία απάντηση από 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.