当手指移到 iPhone 中的文本上时,突出显示 Web 视图中的文本?

发布于 2024-09-24 07:02:46 字数 96 浏览 3 评论 0原文

当我将手指拖动到网络视图中的文本上时,我想突出显示文本。我能够检测到触摸点的手势和坐标,但当我将手指拖动到文本上时,无法突出显示文本。

任何示例代码都会有所帮助。

I want to highlight the text when I drag the finger over the text in webview. I am able to detect the gesture and the coordinates at the point touched, but I am not able to highlight the text when I drag my finger over the text.

Any sample codes would be helpful.

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

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

发布评论

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

评论(1

梦断已成空 2024-10-01 07:02:46

也许你应该使用 JS 来完成。

例如,尝试 http://www.jqtouch.com/,检测触摸并更改 CSS 属性:- )

这是我想到的最好的方法。

Maybe you should do it by using JS.

For example, try http://www.jqtouch.com/, detect touch and change CSS Properties :-)

It's the best way I have in mind.

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