“文本选择模式”是否有效?所有视图和视图的工作方式都相同设备

发布于 2024-10-20 11:36:49 字数 571 浏览 1 评论 0原文

WebView.emulateShiftHeld() 的 文档 说:

使用该方法放置WebView 进入文本选择模式。不要依赖 关于此功能;这将是 将来已弃用。

“将 WebView 置于文本选择模式”是什么意思?

澄清:

  1. “文本选择模式”是否有效 WebView 和其他的一样 观点
  2. “文本选择模式”是否有效 与模拟器上相同 其他真实设备?

例如,在模拟器上,我将函数绑定到菜单项,当我选择该项目(在模拟器上)并开始将鼠标拖动到某些文本上时,我有 2 个粗光标(“手柄”?)标记开始开始&选择结束。当我单击末尾的“手”时,我会收到一个弹出气球,上面写着“文本已复制到剪贴板”。

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:

  1. Does "text selection mode" work
    the same for WebView as in other
    views?
  2. Does "text selection mode" work
    the same on the emulator as in
    other, real, devices?

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".

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

二智少女 2024-10-27 11:36:49

“将 WebView 置于文本选择模式”是什么意思?

<块引用>
<块引用>

您的 WebView 转换为选择模式。这使得用户可以将文本复制到剪贴板中。稍后他可能会在一些编辑器中粘贴。


澄清一下:

  1. “文本选择模式”对于 WebView 的工作方式与在其他视图中的工作方式相同吗?
  2. “文本选择模式”在模拟器上的工作方式与在其他真实设备上的工作方式相同吗?

<块引用>
<块引用>
<块引用>

预计 WebView 其他视图不支持“文本选择”。



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:

  1. Does "text selection mode" work the same for WebView as in other views?
  2. Does "text selection mode" work the same on the emulator as in other, real, devices?

Expect WebView other Views doesn't support "Text selection".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文