-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat(cdk-experimental/clipboard): add better support for iOS devices, preliminary documentations #16830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
## The `Clipboard` service | ||
|
||
The `Clipboard` service copies text to the | ||
user's clipboard. It has two methods, `copy` and `beginCopy`. For cases where |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"For cases where you are copying a relatively small amount of text,"
->
"For relatively short text,"
Is there any quantitative guidance here? A certain number of characters?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know of any - it very much depends on the user's computer specs. We could do some research about this and update the section before release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
… preliminary documentations (angular#16830) * Clipboard: add better support for iOS devices, preliminary documentations * Clipboard: address review comments * Clipboard: more documentation fixes
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Hello,
This PR builds up on #16704 and adds better support for iOS devices as well as some preliminary documentations for the clipboard.
Please take a look. Thanks!
xkxx