5

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?

Jeremy Mullin
  • 4,170
  • 4
  • 36
  • 54

1 Answers1

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