Rank: Advanced Member Groups: Member
Joined: 3/10/2020 Posts: 59
|
Issue: EO browser is not loading the New version of angular pages instead It loads the previous version of angular component from cache.
In chrome or IE browser if we give the hard reload or clear the cache, we are able to see the updated version of angular page.
Can you please let us know if any options available to resolve the above issue.
Please provide details on below options.Can we use this to resolve the issue.
1.EO.WebEngine.Engine.CleanUpCacheFolders(CacheFolderCleanUpPolicy.AllVersions); 2.ReloadNoCache(Command)
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi, EO.WebEngine.Engine.CleanUpCacheFolders can only be called when the browser engine is not running. If you call this method, is it recommended that you call during application start up. Additionally, you can try to call this method and see if it works for you: https://www.essentialobjects.com/doc/eo.webbrowser.webview.reload_overload_1.aspxThanks!
|
Rank: Advanced Member Groups: Member
Joined: 3/10/2020 Posts: 59
|
We will check these options.
Thanks
|