【发布时间】:2019-10-11 06:19:07
【问题描述】:
https://facebook.github.io/react-native/docs/webview#onload
文档指出 onload 是Function that is invoked when the WebView has finished loading.
具体是什么动作触发了这个?它是在页面中的所有脚本都运行后触发还是仅在 DOM 完成加载时触发?是否有执行回调告诉 webview 页面已完成?
【问题讨论】:
标签: javascript react-native react-native-webview