Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/03/07 (UTC).
[null,null,["Dernière mise à jour le 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."]]],[]]