diff --git a/packages/mobile/src/MobileWebAppContainer.tsx b/packages/mobile/src/MobileWebAppContainer.tsx index 25560ce0d6f..9f8e58c8a30 100644 --- a/packages/mobile/src/MobileWebAppContainer.tsx +++ b/packages/mobile/src/MobileWebAppContainer.tsx @@ -515,7 +515,7 @@ const MobileWebAppContents = ({ destroyAndReload }: { destroyAndReload: () => vo component: CustomAndroidWebView, } as WebViewNativeConfig, })} - webviewDebuggingEnabled + webviewDebuggingEnabled={LoggingEnabled} /> )