Skip to content

Commit

Permalink
避免WebView抢夺焦点
Browse files Browse the repository at this point in the history
  • Loading branch information
Eanya-Tonic committed Sep 21, 2024
1 parent 2c6239f commit 82db57d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<FrameLayout
android:id="@+id/webViewContainer"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:descendantFocusability="blocksDescendants">

<com.tencent.smtt.sdk.WebView
android:id="@+id/webView0"
Expand Down

0 comments on commit 82db57d

Please sign in to comment.