Telegram-Mini-Apps / telegram-apps

Made from scratch TypeScript packages, examples and documentation you will surely need to start developing on Telegram Mini Apps.
https://docs.telegram-mini-apps.com/
MIT License
691 stars 191 forks source link

[Feature]: `copyTextToClipbard` method #538

Open heyqbnk opened 1 week ago

heyqbnk commented 1 week ago

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

Implementing the copyTextToClipbard method would surely be helpful for developers. The problem is it is really a common functionality required in mini applications, but implementing it properly is not a trivial task.

As the developers of the SDK we can implement it by our own and provide a simple method.

Describe alternatives you've considered

No response

Additional context

No response