From 4e0c2859d5e53014baf27d11103ab37fcf634bb1 Mon Sep 17 00:00:00 2001 From: Antonella Sgarlatta Date: Wed, 5 Aug 2026 11:43:12 -0300 Subject: [PATCH] chore: Allows webview debugging for dev mode only --- packages/mobile/src/MobileWebAppContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} /> )