diff --git a/zh-cn/react-native-webview.md b/zh-cn/react-native-webview.md index 0d2cc73359516bed2deb4ebe5abede240905d7b1..ec72982a9069883cca5ddb4e5085255df61523be 100644 --- a/zh-cn/react-native-webview.md +++ b/zh-cn/react-native-webview.md @@ -270,6 +270,9 @@ RNOH: 0.72.26; SDK: HarmonyOS NEXT Developer Beta1; IDE: DevEco Studio 5.0.3.300 | `clearHistory?`: () => void | Tells this WebView to clear its internal back/forward list. | function | No | android | yes | | `loadUrl?`: (url: string) => void | Loads a specified URL. | function | No | - | yes | | `incognito?` | Does not store any data within the lifetime of the WebView. | boolean | NO | All | yes | +| `onScroll?` | Notifies the web page of the scroll position of the scroll bar. | function | NO | All | yes +| `onLoadProgress?` | This callback is triggered when the web page loading progress changes. | function | NO | All | yes +| `userAgent?` | Set the user agent. | string | NO | All | yes | ## 遗留问题