Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

node-webkit

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?

like image 998
Jeremy Mullin Avatar asked Nov 04 '22 10:11

Jeremy Mullin


1 Answers

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.

like image 179
Roger Wang Avatar answered Dec 29 '22 08:12

Roger Wang