fishstix-dronedeploy commented on issue #836: Cordova Android 8.0.0 app crashes 
after signing
URL: https://github.com/apache/cordova-android/issues/836#issuecomment-553692920
 
 
   I have a similar crash happening.  It is introduced by the October 2019 
Security Patch on (at least) Android 9 and Android 10 devices.  It does seem 
more prevalent on Samsung devices, but we are seeing it on Pixels as well.  The 
two subsequent patches in October and now November have not fixed the problem.
   
   We are on Cordova Android 7.0.0 (although I upgraded to 8.1.0 and the crash 
persisted)
   
   I have isolated the crash to running the Cordova webview.  Without calling 
`loadUrl`, the app does not crash.  I have turned off all Cordova bridged calls 
and I have turned off all Cordova plugins (Overridden Plugin Manager to return 
`null` for all plugin requests) and the crash persists.
   
   We checked the code for any mention of `mix-blend-mode: overlay` and we do 
not have that.  
   
   We have checked versions of our app back for a year and they are all 
exhibiting the crash right now.  As such, we are having a tough time isolating 
any one piece of javascript/css change that introduced this behavior that is 
now problematic with the updated security patch.
   
   Further, we generated an `adb bugreport` and there are no `tombstones` 
associated with this crash.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to