Closed kevgrig closed 2 years ago
This appears to be an issue with the webview itself which is not something that Apache Cordova manages. Cordova uses a webview, but does not maintain any portion of the webview.
I would advise seeking out the chromium bug tracker. (Pretty sure they use Chromium bug tracker for both Chrome and Chromium...) You should be prepared to share relevant bits of code, a repository or the app that triggers the crash as well a detailed report of your environment (android version, webview version, etc). The more you isolate the issue the better, so that blame does not incorrectly get placed on irrelevant code. Read More on creating minimal reproduction apps.
If you have access to Google Play store, you can also login and see if there are any updates to the Android System WebView package. There might be an update available that addresses this issue. This is something I'd try first.
Because at this time, the issue appears to be with the installed webview itself, I'll be closing this issue. Should new information be found that suggest the crash is due to something Cordova is doing, then please do post the new information and we can reopen this ticket. Alternatively you can create a new issue and refer to this original ticket.
Kind regards, Norman
FYI:
I was not able to create a simple reproducible example. It is clearly related to the CKEditor Rich Text Editor but creating a simple Apache Cordova app with such an RTE didn't reproduce the problem. It might be related to dynamically injecting the RTE as my main app actually does. I have decided to use a workaround of detecting if the request comes from the Cordova app and shows a textarea instead of the RTE. I'll try to find time to create a minimal reproducible example but at this point I think I'll just go with the workaround.
Bug Report
Problem
What is expected to happen?
No crash
What does actually happen?
Crash. Unclear how to process the MINIDUMP (see below). Posted question to Google Group.
Information
Command or Code
Unclear
Environment, Platform, Device
Android 8.1.0
Version information
Fedora Linux 34 x64
Checklist