Welcome Guest Search | Active Topics | Sign In | Register

Settings of chrome Options
Srirangam K
Posted: Thursday, December 13, 2018 2:44:09 AM
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
eo_support
Posted: Thursday, December 13, 2018 4:44:52 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,082
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.aspx

2. Options that are per Engine baisc (look for "Setting Engine Options"):

https://www.essentialobjects.com/doc/webbrowser/advanced/engine.aspx

Since 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!




You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.