android webview 文本选择监听器
嘿大家 我在我的 Android 应用程序中使用 webview。一旦我选择页面上的文本,我知道我可以使用剪贴板管理器来“getText()”。但是是否有一个侦听器在选择新文本时进行轮询? 我想每次用户选择文本时触发一个事件。
多谢 :)
hey all
i am using a webview in my android app. once i select text on a page i know i can use clipboardmanager to "getText()". But is there a listener that polls whenever a new text is selected?
i want to trigger an event everytime a user selects a text.
thanks a lot :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于遇到同样情况的任何人,我找到了使用 android 3.0 api 11 的解决方案,它有一个事件处理程序:
For anyone struggling with the same situation, i found the solution in using android 3.0 api 11 , which has an event handler: