Is there a way to expose "find" functionality in a node-webkit application?

StackOverflow https://stackoverflow.com/questions/13497037

  •  01-12-2021
  •  | 
  •  

Do I need to write my own find functionality to allow users to find text content on a page, or is there a way that node-webkit can expose pre-existing webkit find functionality?

有帮助吗?

解决方案

Currently you can do this in your app with some library like this: http://www.seabreezecomputers.com/tips/find.htm

In current node-webkit there is no native UI to support this feature, but we'll see it in future if it has advantage.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top