Hello,
I encounter an error sometime with Xiaomi devices.
After the opening of the app and when I scroll on the webview, there is a kind of a blink bug on the screen that prevent the user to use the app. When I see the logs, I can see this:
2023-07-25 10:20:07.097 27562-23669 chromium com.my.website E [ERROR:scoped_egl_image.cc(23)] Failed to create EGLImage: EGL_BAD_PARAMETER
2023-07-25 10:20:07.098 27562-23669 chromium com.my.website E [ERROR:scoped_egl_image.cc(23)] Failed to create EGLImage: EGL_BAD_PARAMETER
2023-07-25 10:20:07.098 27562-23669 chromium com.my.website E [ERROR:shared_image_manager.cc(224)] SharedImageManager::ProduceSkia: Trying to produce a Skia representation from an incompatible mailbox.
2023-07-25 10:20:07.098 27562-23669 chromium com.my.website E [ERROR:raster_decoder.cc(2626)] [.RenderWorker-0x46508c00]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
2023-07-25 10:20:07.098 27562-23669 chromium com.my.website E [ERROR:raster_decoder.cc(2765)] [.RenderWorker-0x46508c00]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
2023-07-25 10:20:07.098 27562-23669 chromium com.my.website E [ERROR:raster_decoder.cc(2850)] [.RenderWorker-0x46508c00]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
Do you have an idea what’s wrong?