fix#132
This commit is contained in:
parent
991d679654
commit
f3b83647db
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ namespace Webpin.Widgets {
|
|||
enable_webgl = true
|
||||
}
|
||||
};
|
||||
web_view.web_context.set_spell_checking_enabled(true);
|
||||
web_view.web_context.set_spell_checking_languages({"en_US", "de_DE"});
|
||||
|
||||
cookie_manager = web_view.web_context.get_cookie_manager ();
|
||||
cookie_manager.set_accept_policy (WebKit.CookieAcceptPolicy.ALWAYS);
|
||||
|
|
Loading…
Reference in a new issue