0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Android Studio】WebViewで下スワイプにより画面を閉じる

Last updated at Posted at 2025-04-03

概要

AndroidのWebViewで下スワイプにより画面を閉じる処理について解説。
WebViewはJetpack Composeに対応していないため、前に書いたこちらの記事は適用できなかった。

スクロール可能なWebViewでも下スワイプで画面を閉じるようにする。

方法

1. 画面を閉じるリスナー作成

GestureDetectorを使用して、タッチ位置を検知し、その位置に応じてY方向にビューにオフセットをかける。

2. WebViewに作成したリスナーをセット

1で作成したコードをWebViewにセット

続き

詳しいコードはこちらに記述。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?