Closed schams-net closed 4 years ago
It seems like ff supports the clipboard Interface: https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API I'll make the changes so that Firefox is supported when I have time.
What browser are you using? It works for me when using a current firefox.
Firefox 60.4.0esr (default package in Debian 9).
Goto #248 if not done yet
I understand that Password-Manager currently uses the Clipboard Interface to copy passwords to the clipboard. However, this is only supported by Chrome.
It would be nice to use a library that features better browser support. For example: https://zenorocha.github.io/clipboard.js
Related #207