Reputation: 10662
The documentation for WebView.emulateShiftHeld() says:
Use this method to put the WebView into text selection mode. Do not rely on this functionality; it will be deprecated in the future.
What does "put the WebView into text selection mode" mean?
To clarify:
On the emulator, for example, I tie the function to a menu item, and when I select that item (on the emulator), and start dragging the mouse over some text, I have 2 fat cursors ("handles"?) marking the beginning the start & end of the selection. When I click the end "hand", I receive a pop-up balloon saying "Text copied to clipboard".
Upvotes: 4
Views: 871
Reputation: 1303
What does "put the WebView into text selection mode" mean?
Your WebView translate into selection mode. Which enables uses to copy text into clipboard. Latter he might paste to pate in some editors.
To clarify:
Expect WebView other Views doesn't support "Text selection".
Upvotes: 1