特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-03-07 UTC。
[null,null,["最終更新日 2024-03-07 UTC。"],[[["Android `WebView` has limitations with click behavior, like opening links in external browsers instead of within the app."],["This guide provides steps to optimize click behavior by overriding `shouldOverrideUrlLoading()` in your `WebViewClient`."],["You can customize click handling to open links in external browsers, Custom Tabs, or within the `WebView` itself, based on the target URL."],["The code examples demonstrate how to implement this functionality in both Java and Kotlin."],["Test your implementation using the provided test page to ensure links open as intended and the web view state is preserved."]]],[]]