From 6b1e22c22698c2c9b76300089c69e0d4572d33c1 Mon Sep 17 00:00:00 2001 From: Cristian Luis Duarte Date: Thu, 12 Apr 2018 20:53:17 -0300 Subject: [PATCH] Android Go To - Set inputType as textUri --- android/app/src/main/res/layout/activity_goto.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/src/main/res/layout/activity_goto.xml b/android/app/src/main/res/layout/activity_goto.xml index e4ecda6157..7f4e7d5fcf 100644 --- a/android/app/src/main/res/layout/activity_goto.xml +++ b/android/app/src/main/res/layout/activity_goto.xml @@ -20,7 +20,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="@string/goto_url_hint" - android:inputType="text" + android:inputType="textUri" android:imeOptions="actionGo" app:layout_constraintTop_toBottomOf="@id/toolbar" />