File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
flutter/shell/platform/tizen Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,11 @@ Ecore_IMF_Input_Panel_Layout TextInputTypeToEcoreImfInputPanelLayout(
3232 return ECORE_IMF_INPUT_PANEL_LAYOUT_PHONENUMBER;
3333 } else if (text_input_type == " TextInputType.datetime" ) {
3434 return ECORE_IMF_INPUT_PANEL_LAYOUT_DATETIME;
35- } else if (text_input_type == " TextInputType.emailAddress" ) {
35+ } else if (text_input_type == " TextInputType.emailAddress" ||
36+ text_input_type == " TextInputType.twitter" ) {
3637 return ECORE_IMF_INPUT_PANEL_LAYOUT_EMAIL;
37- } else if (text_input_type == " TextInputType.url" ) {
38+ } else if (text_input_type == " TextInputType.url" ||
39+ text_input_type == " TextInputType.webSearch" ) {
3840 return ECORE_IMF_INPUT_PANEL_LAYOUT_URL;
3941 } else if (text_input_type == " TextInputType.visiblePassword" ) {
4042 return ECORE_IMF_INPUT_PANEL_LAYOUT_PASSWORD;
You can’t perform that action at this time.
0 commit comments