Rank: Member Groups: Member
Joined: 8/10/2023 Posts: 27
|
Version: EO.Total 23.3.13.0 System: Win10 x64(10.0.19045.2604) If there is a title on the first visit , and there is no title on the second visit, then the title in the webview is still the first visit in LoadCompleted event.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
This is normal. When the page does not have a title, the title changed event is triggered after the page finished loading. When the page does have a title, the title changed event is triggered as the page loads the title element. If you want to get the accurate page title, you can use webViewl.EvalScriptAsync("document.title") to get the most updated title.
Thanks!
|