Add ewk_setting_form api for display the options of the data list
authorJongHeon Choi <j-h.choi@samsung.com>
Thu, 13 Oct 2016 02:04:22 +0000 (11:04 +0900)
committerJongHeon Choi <j-h.choi@samsung.com>
Thu, 13 Oct 2016 02:04:22 +0000 (11:04 +0900)
runtime/browser/web_view_impl.cc

index cb40b84..7a79f99 100644 (file)
@@ -219,6 +219,7 @@ void WebViewImpl::Initialize() {
 
   Ewk_Settings* settings = ewk_view_settings_get(ewk_view_);
   ewk_settings_scripts_can_open_windows_set(settings, EINA_TRUE);
+  ewk_settings_form_candidate_data_enabled_set(settings, EINA_TRUE);
   ewk_settings_default_text_encoding_name_set(settings, kDefaultEncoding);
 
   // TODO(sngn.lee): "protocolhandler,registration,requested"