“文本选择模式”是否有效?所有视图和视图的工作方式都相同设备
WebView.emulateShiftHeld() 的 文档 说:
使用该方法放置WebView 进入文本选择模式。不要依赖 关于此功能;这将是 将来已弃用。
“将 WebView 置于文本选择模式”是什么意思?
澄清:
- “文本选择模式”是否有效 WebView 和其他的一样 观点?
- “文本选择模式”是否有效 与模拟器上相同 其他真实设备?
例如,在模拟器上,我将函数绑定到菜单项,当我选择该项目(在模拟器上)并开始将鼠标拖动到某些文本上时,我有 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:
- Does "text selection mode" work
the same for WebView as in other
views? - 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“将 WebView 置于文本选择模式”是什么意思?
澄清一下:
What does "put the WebView into text selection mode" mean?
To clarify: