如何从 android honeycomb 3.0 中的 webview 复制突出显示的文本?

发布于 2024-12-15 02:46:32 字数 289 浏览 1 评论 0原文

在 Android 3.0 (Honeycomb) 中,我们有这个功能,当我们长按 webview 上的任何文本时,它会突出显示并显示在屏幕上。操作栏上会出现一些选项。其中之一是副本。当我们按下复制时,突出显示的文本将被复制到剪贴板,我们可以从中检索它。

我想知道如何在不按复制按钮的情况下做到这一点。换句话说,这个复制按钮背后有什么功能?

在我的应用程序中,我需要从网络视图中检索此突出显示的文本,但无需按复制按钮,即我将按其他内容而不是复制按钮,并且应该在单独的对话框中获取(复制+粘贴)突出显示的文本。

请帮忙

In Android 3.0 (Honeycomb) we have this feature that when we long press any text on webview it is highlighted & some options come up on the action bar. One of which is copy. When we press copy the highlighted text is copied to the clipboard from where we can retrieve it.

I want to know that how can we do this without pressing the copy button. In other words what functionality is there behind this copy button?

In my application I am required to retrieve this highlighted text from web view but without pressing the copy button i.e. instead of copy button I will press something else and that should get (copy+paste) the highlighted text in a separate dialog.

please help

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

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

发布评论

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

评论(1

左岸枫 2024-12-22 02:46:32

我尝试实现相同的功能,但您需要控制所选文本。不幸的是你不能在Webview中使用Selection()。仅在文本字段中。

I have tried to implement the same feature, but you would need to have the control of the selected Text. unfortunately you can't use Selection() in a Webview. Only in Textfields.

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