Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个在显示网页的主要活动中嵌入 HTML 内容的应用程序。我正在使用课程android.webkit.WebViewClient
android.webkit.WebViewClient
当用户单击链接时,我不希望目标 HTML 内容再次嵌入到我的应用程序中。我希望这个 URL 由安装的浏览器处理。
可能吗?我在 API 中没有看到任何内容。
提前致谢。
我自己没有使用过那个控件,但是,我的思考过程是:
OnNavigated
WebViewClient
URL's
Intent
URL
URI