如何从android中的webview获取所选部分的开始和结束位置
在网络视图中,我发现长按时默认选择。但是选择后,我们必须单击所选部分才能复制到剪贴板。我想在按下按钮时将所选部分复制到剪贴板。我怎样才能做到这一点,请帮助我...
In web view i found default selection on long press.but after selection we have to click on the selected portion to copy to clipboard. i want to copy the selected portion to clipboard when a button presses.how can i make it possible please help me...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以执行 webview 的方法 javascript:
方法 javascript 获取元素 id、开始位置和结束位置
在 webview 上执行:
如果您想获取选择的文本,请使用此:
要执行此方法的调用,
如果需要使用, 您可以创建自定义回调自定义回调您需要创建自定义 webview 并调用回调:
You can execute method javascript of webview:
Method javascript to get element id, start position and end position
executing on webview:
if you want get text of selection use this:
to execute calling of this method you can create a custom callback
if you need use a custom callback you need create a custom webview and calling callback: