A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
For older Android devices, start by treating this as an Android WebView component issue rather than a MAUI setting issue.
- Update Android System WebView on the failing device.
- Open Play Store.
- Search for Android System WebView.
- Install the latest update.
- Update Google Chrome on the failing device.
- In Play Store, search for Google Chrome.
- Install the latest update.
- Re-test the app after both updates.
- The documented Android WebView issue can cause apps that depend on WebView to crash on launch or when WebView is used.
- Since the failing device has an older Android System WebView build (
150.7871.46) than the working device (150.7871.124), updating WebView is the first check.
- If remote debugging is being used for diagnosis, make sure WebView debugging is enabled before the WebView loads.
- Call
SetWebContentsDebuggingEnabled(true)before the WebView is loaded. - Verify the
#if DEBUGdirective is active for the debug build.
- Call
The supported guidance in the available documentation is to update Android System WebView and Google Chrome when WebView-related crashes occur on Android.