gpt4 book ai didi

在 webview 中单击输入时不显示 Android 键盘

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:57:46 27 4
gpt4 key购买 nike

我在我的 android 应用程序中实现了一个自定义 webview。如果我触摸此 web View 中的输入或文本区域,则不会显示软键盘。我没有覆盖我的 WebView 中的任何触摸监听器,也没有更改我的 list 中的任何内容。谁能帮我弄清楚为什么键盘不显示?

我的布局代码:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">

<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/swipeRefreshLayout"
android:layout_width="match_parent"
android:layout_height="match_parent">

<nl.AEGEE.enschede.android.AEGEEWebView
android:id="@+id/webView"
android:layout_width="match_parent"
android:layout_height="match_parent" />

</android.support.v4.widget.SwipeRefreshLayout>

<ProgressBar
android:id="@+id/progressBar"
style="?android:attr/progressBarStyleHorizontal"
android:progressTint="@color/aegee_blue"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="-6dp"
android:layout_alignParentTop="true" />

</RelativeLayout>

最佳答案

请尝试将这些行添加到 XML 文件中的 webview。

android:focusable="true"
android:focusableInTouchMode="true"

希望对您有所帮助。

关于在 webview 中单击输入时不显示 Android 键盘,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34623043/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com