When you long press a word on a WKWebView webpage, you will select it, and system will popup a menu to let you share/copy/lookup it so on. This is the iOS default behavior.
So my question is, how do you programmatically get a word from indicated point (CGPoint) on the WKWebView webpage?
Or, how do you programmatically select a word on WKWebView webpage without long press?
Any advice appreciated!