I render html in webview, and will to show it in an flutter app. When it first loads, there is no iframe. When the first iframe is created we have no problem. But when the second iframe is created, we get this error and it repeats per frame in framerate and the app crashes.
E/EGL_emulation( 6468): tid 6674: eglCreateSyncKHR(2212): error 0x3004 (EGL_BAD_ATTRIBUTE)
E/chromium( 6468): [ERROR:android_image_reader_utils.cc(19)] Failed to create android native fence sync object.
How to solve this in flutter? I dont have any problems with this webview in reactnative but in flutter it is too slow and then the app crashes.
Thank you