在本机组件中,我需要从网页加载一些特定内容,我们是否可以加载第三方网页的特定内容部分以进行本地webview反应?
答案 0 :(得分:0)
它完成了iFrame,在iFrame中渲染了部分页面,然后在webview中提供了源代码作为html。
<WebView ref={'webview'} automaticallyAdjustContentInsets={false}
scrollEnabled={false}
html={htmlCode} />