如何在用户单击“复制”之前选择文本

发布于 2024-12-03 10:50:38 字数 355 浏览 1 评论 0原文

我有一个 WebView,我希望用户能够选择文本,然后显示 QuickAction,以便他们可以选择对他刚刚选择的文本执行的操作。

我遇到的问题是,在用户单击操作栏上的“复制”之前,我无法找到选择文本的方法。

使用操作栏选择文本的示例

我想在 TouchUp 事件触发后立即弹出 QuickAction,但我不希望让他们在此之前选择操作栏上的“复制”。

关于如何实现这种行为有什么想法吗?

我正在 Android 3.1 SDK 上进行开发并使用 android.content.ClipboardManager。

I have a WebView and I want user to be able to select text and then display a QuickAction so that they can choose the action he will perform on that text he just selected.

The problem I have is that I can't find a way to get text selected before the user clicks on Copy on the Action Bar.

Example of text selection with Action Bar

I want to popup the QuickAction as soon as TouchUp event is fired and I don't want to have them to select Copy on the Action Bar before that.

Any idea on how to implement this behaviour?

I'm developping on Android 3.1 SDK and using android.content.ClipboardManager.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文