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
我看到代码中,java 调用js,可以使用quickCallJs();那么 js 调用java,需要在那里做设置呢
The text was updated successfully, but these errors were encountered:
//Android 端 mAgentWeb.getJsInterfaceHolder().addJavaObject("android",new AndroidInterface(mAgentWeb,this.getActivity()));
在 Js 里就能通过 window.android.callAndroid() 调用 Java 层的 AndroidInterface 类里 callAndroid 方法
window.android.callAndroid()
Sorry, something went wrong.
No branches or pull requests
我看到代码中,java 调用js,可以使用quickCallJs();那么 js 调用java,需要在那里做设置呢
The text was updated successfully, but these errors were encountered: