I created a plugin that copies the content of the current note to the clipboard as HTML and noticed it doesn’t work on Android (likely neither on iOS) app.
I guess it comes from the fact that plugins are running into the WebView context of the app, and that it blocks writing to clipboard by default.
Nevertheless, I read that there are possibilities to implement a native copy to clipboard and to expose it to the JavaScript layer, perhaps with the postMessage API.
Is it plan to offer such support for plugin developers?