Justson / AgentWeb

AgentWeb is a powerful library based on Android WebView.
https://www.jianshu.com/p/fc7909e24178
Apache License 2.0
9.27k stars 1.64k forks source link

加载页面无法弹窗提示跳转第三方APP #1074

Open JM-Jackson opened 2 weeks ago

JM-Jackson commented 2 weeks ago
    mAgentWeb = AgentWeb.with(this)
            .setAgentWebParent(mLinearLayout, new LinearLayout.LayoutParams(-1, -1))
            .useDefaultIndicator()

// .setMainFrameErrorView(com.just.agentweb.R.layout.agentweb_error_page, -1) .setOpenOtherPageWays(DefaultWebClient.OpenOtherPageWays.ASK)//打开其他应用时,弹窗咨询用户是否前往其他应用 .createAgentWeb() .ready() .go(getUrl());

public String getUrl() {
    return "http://www.jd.com";
}

不知道是要配置什么其他的地方才能跳转第三方APP吗?

implementation 'io.github.justson:agentweb-core:v5.1.1-androidx'
implementation 'io.github.justson:agentweb-filechooser:v5.1.1-androidx'  

这是导入的依赖

JM-Jackson commented 2 weeks ago

有人遇到这个问题吗?部分机器无法跳转