We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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'
这是导入的依赖
The text was updated successfully, but these errors were encountered:
有人遇到这个问题吗?部分机器无法跳转
Sorry, something went wrong.
No branches or pull requests
// .setMainFrameErrorView(com.just.agentweb.R.layout.agentweb_error_page, -1)
.setOpenOtherPageWays(DefaultWebClient.OpenOtherPageWays.ASK)//打开其他应用时,弹窗咨询用户是否前往其他应用
.createAgentWeb()
.ready()
.go(getUrl());
不知道是要配置什么其他的地方才能跳转第三方APP吗?
这是导入的依赖
The text was updated successfully, but these errors were encountered: