We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7342fb commit 9a2183fCopy full SHA for 9a2183f
core/res/res/layout/webview_find.xml
@@ -26,7 +26,7 @@
26
android:scrollHorizontally="true"
27
android:inputType="text"
28
android:hint="@string/find_on_page"
29
- android:imeOptions="actionDone"
+ android:imeOptions="actionDone|flagNoExtractUi|flagNoFullscreen"
30
android:layout_marginRight="10dip"
31
/>
32
<TextView android:id="@+id/matches"
0 commit comments