Is there a way to open the find function in a node-webkit application?

Do I need to write my own search functions so that users can find text content on the page, or is there a way that node -webkit can expose pre-existing search functions for web whales?

+4
source share
1 answer

Currently, you can do this in your application using the following library: http://www.seabreezecomputers.com/tips/find.htm

The current node -webkit does not have a built-in interface to support this function, but we will see it in the future if it has an advantage.

+2
source

Source: https://habr.com/ru/post/1447529/


All Articles