diff --git a/flutter_inappwebview_ohos/ohos/src/main/ets/components/plugin/webview/in_app_webview/OhosWebView.ets b/flutter_inappwebview_ohos/ohos/src/main/ets/components/plugin/webview/in_app_webview/OhosWebView.ets index 3f5042133970561a0f7135953988bc6657adf34e..ed5cdd97bc5d176b0ea665239773852c2c271c26 100644 --- a/flutter_inappwebview_ohos/ohos/src/main/ets/components/plugin/webview/in_app_webview/OhosWebView.ets +++ b/flutter_inappwebview_ohos/ohos/src/main/ets/components/plugin/webview/in_app_webview/OhosWebView.ets @@ -82,7 +82,8 @@ export struct OhosWebView { Web( { src: this.inAppWebView?.getLoadUrl(), - controller: this.controller + controller: this.controller, + renderMode: RenderMode.SYNC_RENDER }) .keyboardAvoidMode(WebKeyboardAvoidMode.RESIZE_VISUAL) .onControllerAttached(this.inAppWebView!.onControllerAttached)