-
To help shape future investments in the text and editing space, we'd like to run a survey to understand web developer satisfaction and challenges with existing APIs. Below is an initial draft of the p…
-
## Request for Mozilla Position on an Emerging Web Specification
* Specification Title: Pickling for Async Clipboard API
* Specification or proposal URL: https://github.com/w3c/editing/blob/gh-…
-
### Description
Disable (all) features from the "Clipboard API and events" spec
### Who's implementing?
- [ ] I'm willing to implement this feature myself
### The problem
This [spec](ht…
-
Since [`document.execCommand()`](https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand) has been deprecated and has unstable behavior in iOS Safari (https://github.com/quoid/userscript…
ACTCD updated
1 month ago
-
I am getting error when trying to build a developmental build with EAS Build, is it not supported?
Running "npm install" in /home/expo/workingdir/build directory
npm ERR! code
ERESOLVE
npm
ERR!…
-
Hello,
`navigator.clipboard` returns as an empty object in CEP 11 [despite having support for Chrome >= 66](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API). On attempting to use any…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues)
### Flutter Quill version
9.5.13
### Steps to reprod…
-
Testing on Firefox 50, I'm able to trap onpaste (hitting ctrl+v) without a focused editable field, contrary to note #6 http://caniuse.com/#feat=clipboard
Platform: Firefox 50.0.2, Win 7
-
**What happened?**
I tried to get Netbird running.
I started with the advanced installation.
After configuring the vdir for proxy, have the following errors
```
[2024-11-06 17:00:48.902245] [ro…
-
I'm currently working on a feature in my app where I need to implement a custom menu option to copy all text rendered from Markdown into the clipboard. The context is within an external container that…