gpt4 book ai didi

android - 在 Web View 中直接转到 Android Market 的链接

转载 作者:太空狗 更新时间:2023-10-29 12:49:35 24 4
gpt4 key购买 nike

在我的 Android 中,如果我点击指向 Play 商店的链接,Android 会自动打开 Play 商店,以便我下载该应用。

如果该链接位于应用程序的 WebView 中,则会打开一个网页,类似于在桌面上打开的网页。有没有办法解决?我尝试过的链接类型是:

market://details?id=com.alpinereplay.android(在 WebView 中根本不起作用) https://play.google.com/store/apps/details?id=com.appname.android (打开类似网站的桌面)

最佳答案

我对这种行为的发生感到非常惊讶。你确定这不是你在明确做的事情吗? shouldOverrideUrlLoading 的文档在WebViewClient说:

by default WebView will ask Activity Manager to choose the proper handler for the url.

如果你有一个 WebViewClient确保您在 shouldOverrideUrlLoading 中有代码决定何时启动 Play Store 与加载 WebView 中的页面--也许是 parsing the URL , getting the scheme ,并使用 market您的 URL 方案。

关于android - 在 Web View 中直接转到 Android Market 的链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13885599/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com