breautek commented on issue #1799: URL: https://github.com/apache/cordova-android/issues/1799#issuecomment-3146517317
The latest comment: >After our ABTest, we determined that this problem was caused by incorrect hardware acceleration configuration > >Scenario: > > Application has hardware acceleration turned on > LaunchActivity has hardware acceleration turned off > During LaunchActivity, a WebView is pre-created, which uses the Application Context > >Some race conditions may occur in the process > >refer to [comment 3](https://issuetracker.google.com/issues/414259802#comment3) and ... > It's best to leave hardware acceleration alone and not explicitly set it to either true or false; all devices have defaulted to hardware accelerated for a long time. I don't know if this will help, though. We do explicitly enable hardware acceleration (https://github.com/apache/cordova-android/blob/master/templates/project/AndroidManifest.xml#L23). Maybe it's worth changing this in our 15.x release to make it device default, but expose a preference to explicitly set true or false. -- 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. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org