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
集成后,不知道如何在js正确调用
The text was updated successfully, but these errors were encountered:
这个之前我自己用的,已经不用了,文档没那么详尽,我自己都忘了。 看代码应该是: Component暴露有3个属性: enableJavaScript: PropTypes.bool, enableJavaScriptCanOpenWindowsAutomatically: PropTypes.bool, enableWideViewPort: PropTypes.bool, 名字是对应Webview的Setting的函数
地址加载时使用函数 load
class Web extends Component { componentDidMount() { this.web.load('https://www.baidu.com'); } render() { return ( <Web ref={ref => this.web = ref} /> ); } }
Sorry, something went wrong.
No branches or pull requests
集成后,不知道如何在js正确调用
The text was updated successfully, but these errors were encountered: