The Evas GL renderer (#67) currently has the following limitations. Known issues: - [x] Not works with the webview_flutter plugin. Things that might be improved later (non-critical issues): - [ ] Support hardware keyboards (currently `is_ime` is always true). - [ ] Fully implement screen rotation. → https://github.com/flutter-tizen/engine/issues/277 - [x] Support screen resizing (currently disabled because `elm_win_aux_hint_add` is available since Tizen 5.5). → https://github.com/flutter-tizen/engine/pull/214 - [ ] Reduce memory consumption on TV devices (+28 MB when compared to the Ecore Wl2 renderer). - [x] Non-fatal warning message when running on TM1 (Tizen 6.0). ``` tizen_renderer_evas_gl.cc: SetupEvasGL(608) > Failed to create evas gl context with EVAS_GL_GLES_3_X, try to use EVAS_GL_GLES_2_X, ``` - [ ] A black screen is displayed until the first frame is drawn. → https://github.com/flutter-tizen/engine/issues/222
The Evas GL renderer (#67) currently has the following limitations.
Known issues:
Things that might be improved later (non-critical issues):
is_imeis always true).elm_win_aux_hint_addis available since Tizen 5.5). → Implement TizenRendererEvasGL::SetGeometry engine#214