Rank: Newbie Groups: Member
Joined: 5/7/2025 Posts: 1
|
Hi all,
We are currently using version 25.1.35 of eo web browser and have autocomplete explicitly defaulted to false
EO.WebEngine.EngineOptions.Default.SetFeatureState(EO.WebEngine.EngineFeature.AutoComplete, false);
however we are still seeing this feature in the browser. Any ideas?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,349
|
Hi,
We tested with the latest build and we are not able to reproduce the problem. Can you check a simple web page and see if it works (for example, the log in page for our website)? It is possible that your page implemented auto-complete feature with JavaScript. In that case the auto-complete feature is implemented by your page and can not be disabled. The browser engine's built-in auto-complete feature works by automatically saving what you have previously entered and list them as options. That feature can be disabled by SetFeatureState.
Thanks!
|