-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Feature Request] Share to clipboard 分享至剪贴板 #201
Comments
When building on dev branch, I encontered the following error:
I think |
@happytommyl # method 1
git checkout dev
git submodule update --init --recursive
# method 2
git checkout --r dev |
Ok, I can make it work on Windows. But I am not able to work on other platforms. |
好,我有时间研究下其他平台的接口 |
How can I add mouse click listener to I tried to use I'm now using |
Done by #277 |
It would be convenient to be able to share video link to clipboard in one way or another.
It seems that the underlying framework (aka. borealis) does not have an obvious way to support text selection/copy-pasting. So I think the implementation would be platform specific.
The text was updated successfully, but these errors were encountered: