Mygod / reactmap-android

Android WebView app for ReactMap with added goodies
Apache License 2.0
8 stars 14 forks source link

App crashes if WebView GPU rendering times out #8

Closed Mygod closed 5 months ago

Mygod commented 10 months ago

Root cause: https://bugs.chromium.org/p/chromium/issues/detail?id=1378496

Possible workarounds:

  1. Disable hardware acceleration for WebView. This makes performance much worse.
  2. Use non-Chromium-based WebView. For example: https://github.com/mozilla/geckoview
  3. Just don't have too much crap on your screen.
Mygod commented 8 months ago

Is this a Google Pixel 7-only issue? 🤔

acocalypso commented 5 months ago

Same on OnePlus 8t

Mygod commented 5 months ago

It looks like Google has resolved this issue and I could no longer reproduce it.

@acocalypso Could you attach some crash logs?