我们可以利用浏览器吗? “文本搜索” HTML5 应用程序中的功能?
我们正在开发一个 HTML5 应用程序功能,其功能与浏览器中的“文本搜索”功能完全相同:突出显示目标文本。
我们想知道,既然浏览器已经有了这个功能,我们是否可以利用它的能力并直接从 HTML5 库调用该功能?
我们正在使用sencha-touch。但如果有任何库可以做到这一点,我们喜欢添加更多库。
We are working on a HTML5 app feature that does exactly like the 'text search' feature in a browser: highlighting the targeted texts.
We are wondering, since browsers already have this feature, can we just leverage its ability and call the feature directly from HTML5 libs?
We are using sencha-touch. But we love to add in more libs if there is any lib that does this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我 99.9% 确定这不是问题,抱歉。浏览器搜索发生在 HTML/渲染世界之外。
I'm 99.9% sure that's not a thing, sorry. Browser searching occurs outside of the HTML/rendering world.