Skip to content
New issue

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

CmlWebView.render的options无效 #6

Open
idleray opened this issue May 22, 2020 · 0 comments
Open

CmlWebView.render的options无效 #6

idleray opened this issue May 22, 2020 · 0 comments

Comments

@idleray
Copy link

idleray commented May 22, 2020

代码里没用使用options

    @Override
    public void render(String url, HashMap<String, Object> options) {
        if (TextUtils.isEmpty(url)) {
            return;
        }
        mWebInstance.render(url, null);
    }

sdk版本:0.0.12.19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant