当手指移到 iPhone 中的文本上时,突出显示 Web 视图中的文本?
当我将手指拖动到网络视图中的文本上时,我想突出显示文本。我能够检测到触摸点的手势和坐标,但当我将手指拖动到文本上时,无法突出显示文本。
任何示例代码都会有所帮助。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许你应该使用 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.