.NET MAUI WebView displays content in Debug config but is blank in Release config
My .NET MAUI app displays content through the WebView control such as embedded X (Twitter) posts. This works fine on Android when debugging the app. However, with Release configuration the WebView does not display content at all. What could be the cause of this?