diff --git a/harmony/rn_webview/src/main/ets/RNCWebView.ets b/harmony/rn_webview/src/main/ets/RNCWebView.ets index 72060ad65..d7516147b 100644 --- a/harmony/rn_webview/src/main/ets/RNCWebView.ets +++ b/harmony/rn_webview/src/main/ets/RNCWebView.ets @@ -509,6 +509,9 @@ export struct RNCWebView { scrollBackward: this.nestedScroll, }) .onPageBegin(() => { + if(this.controller.getUrl() === this.url) { + this.onLoadingStart(); + } this.onPageBeginInit() }) .onPageEnd(() => {