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?
Asked
Active
Viewed 489 times
1 Answers
2
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.

Roger Wang
- 1,388
- 10
- 8
-
Cool, I ended up implementing one myself quickly using a JQuery dialog and a couple of JQuery + underscore methods. – Jeremy Mullin Nov 26 '12 at 17:20