Rank: Newbie Groups: Member
Joined: 12/13/2018 Posts: 4
|
Hi, Currently we are evaluating various chromium based browsers to embed into our wpf based windows application. One of the browser we are evaluating is EO browser. After we embed EO browser into our application's wpf window 1. From where it will take browser settings? 2. Settings set by user in chrome browser will be reflected in embedded EO browser or we should explicitly set each settings through API? 3. When chrome
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi, There are various settings that you can set programatically. 1. Options that are per WebView basis: https://www.essentialobjects.com/doc/webbrowser/advanced/browser_options.aspx2. Options that are per Engine baisc (look for "Setting Engine Options"): https://www.essentialobjects.com/doc/webbrowser/advanced/engine.aspxSince EO.WebBrowser only contains the browser engine, it does not maintain any settings itself. As such if you wish to save/load settings, either globally or on a per user basis, you will need to implement that with your own code. Thanks!
|