diff --git a/harmony/rn_webview/src/main/ets/RNCWebView.ets b/harmony/rn_webview/src/main/ets/RNCWebView.ets index ee8a9af6c..17b4156fb 100644 --- a/harmony/rn_webview/src/main/ets/RNCWebView.ets +++ b/harmony/rn_webview/src/main/ets/RNCWebView.ets @@ -137,6 +137,7 @@ export struct RNCWebView { } aboutToDisappear() { + this.getUIContext().getFocusController().clearFocus() this.cleanupCommandCallback?.() this.unregisterDescriptorChangesListener?.() this.cleanUpCallbacks.forEach(cb => cb())