-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Debug analysis:
09-13 13:32:19.106 E/chromium(16446): [ERROR:android_webview/browser/aw_browser_terminator.cc:165] Renderer process (5603) crash detected (code -1). 09-13 13:32:19.136 W/cr_CrashFileManager(16446): /data/user/0/com.radolyn.ayugram/cache/WebView/Crash Reports does not exist or is not a directory 09-13 13:32:26.783 E/chromium(16446): [ERROR:android_webview/browser/aw_browser_terminator.cc:165] Renderer process (5698) crash detected (code -1). 09-13 13:32:26.803 W/cr_CrashFileManager(16446): /data/user/0/com.radolyn.ayugram/cache/WebView/Crash Reports does not exist or is not a directory 09-13 13:32:45.681 E/chromium(16446): [ERROR:android_webview/browser/aw_browser_terminator.cc:165] Renderer process (5750) crash detected (code -1). 09-13 13:32:45.709 W/cr_CrashFileManager(16446): /data/user/0/com.radolyn.ayugram/cache/WebView/Crash Reports does not exist or is not a directory 09-13 13:32:51.394 I/radolyn.ayugram(16446): Background concurrent mark compact GC freed 84MB AllocSpace bytes, 230(8544KB) LOS objects, 37% free, 159MB/255MB, paused 1.266ms,5.089ms total 649.876ms
Application Name: Android System WebView
Application Version: 131.0.6778.260
Package Name: com.google.android.webview
Device Name: Redmi Note 13 Pro 5G
OS Version: 2.0.202.0.VNRMIXM
Android Version: 15 AQ3A.240912.001
Description of the problem based on the actions with the details: Around September 9, 2025 (if I’m not mistaken), an update for WebView was released, and on September 11, 2025, I encountered a problem: my website inside a Telegram mini-app (and also just when viewed through the in-app browser) started throwing an error. Any interaction with the page—for example, pressing buttons or scrolling with a finger over active elements—leads to the error:
“Failed to load page (site name).”
This issue does not occur if you carefully scroll the page with a finger over the background instead of the elements. But it’s not just that—any interaction (as if with something material), anything that can be tapped or shows some content, triggers the error. I tried different approaches, even disabling parts of the site functionality (including rendering). But every time, viewing the site still crashed with this error.
Another thing I noticed—it looks like a fake. A full-screen message appears saying the page failed to load. But I remember by heart where certain elements are located on the newly opened page (sub-links), and if I tap there, it actually works. I don’t know how to explain this more clearly. It looks like an overlay/placeholder, though logs show it’s a real crash.
HOW I MANAGED TO TEMPORARILY FIX IT (though I’m skeptical):
I simply rolled back the WebView app. It automatically reverted to 131.0.6778.260 (com.google.android.webview)—and since then I haven’t seen this problem again.
Conclusion: Google, in their rush for money, messed up again and made a joke out of people.
— When will this be fixed?
Expected Behavior
WebView must work without errors, loading any available page of the website.
Steps with code example to reproduce
Since the issue was noticed on my website, I am providing you with a link to it — sticrypt.com. As far as I know, my friends and colleagues have encountered the same problem (which did not exist before). To reproduce the issue, you just need to interact with the site on Android, since the problems were observed on Android.
Stacktrace/Logs
09-13 13:32:19.106 E/chromium(16446): [ERROR:android_webview/browser/aw_browser_terminator.cc:165] Renderer process (5603) crash detected (code -1). 09-13 13:32:19.136 W/cr_CrashFileManager(16446): /data/user/0/com.radolyn.ayugram/cache/WebView/Crash Reports does not exist or is not a directory 09-13 13:32:26.783 E/chromium(16446): [ERROR:android_webview/browser/aw_browser_terminator.cc:165] Renderer process (5698) crash detected (code -1). 09-13 13:32:26.803 W/cr_CrashFileManager(16446): /data/user/0/com.radolyn.ayugram/cache/WebView/Crash Reports does not exist or is not a directory 09-13 13:32:45.681 E/chromium(16446): [ERROR:android_webview/browser/aw_browser_terminator.cc:165] Renderer process (5750) crash detected (code -1). 09-13 13:32:45.709 W/cr_CrashFileManager(16446): /data/user/0/com.radolyn.ayugram/cache/WebView/Crash Reports does not exist or is not a directory 09-13 13:32:51.394 I/radolyn.ayugram(16446): Background concurrent mark compact GC freed 84MB AllocSpace bytes, 230(8544KB) LOS objects, 37% free, 159MB/255MB, paused 1.266ms,5.089ms total 649.876ms
Flutter version
Operating System, Device-specific and/or Tool
15 AQ3A.240912.001
Plugin version
Additional information
Self grab
- I'm ready to work on this issue!