Rank: Newbie Groups: Member
Joined: 3/14/2017 Posts: 9
|
1.) How to implement a "Search" or "Find" function in webview content ? Like Ctrl+F on Chrome. 2.) How to implement a "Reload" or "Refresh" function in webview content ? Like F5 on Chrome. Thank you.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi, You can take a look of all available WebView methods here: https://www.essentialobjects.com/doc/eo.webbrowser.webviewmethods.aspxYou would use StartFindSession to do search and Reload to do reload. Thanks!
|