Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current limitations of the Evas GL renderer #7

Open
3 of 7 tasks
swift-kim opened this issue Apr 23, 2021 · 6 comments
Open
3 of 7 tasks

Current limitations of the Evas GL renderer #7

swift-kim opened this issue Apr 23, 2021 · 6 comments

Comments

@swift-kim
Copy link
Member

swift-kim commented Apr 23, 2021

The Evas GL renderer (#67) currently has the following limitations.

Known issues:

  • Not works with the webview_flutter plugin.

Things that might be improved later (non-critical issues):

@bbrto21
Copy link

bbrto21 commented May 2, 2022

Let's suppose the window is initialized as follows { width: 720, height: 1280 }, In this situation, depending on the rotation, these >show the following results:

When the window rotation is 90 or 270 degree
evas_object_geometry_get returns: { width: 1280, height: 720 }
but
ecore_wl2_window_geometry_get returns: { width: 720, height: 1280 }

Originally posted by @bbrto21 in flutter-tizen/engine#278 (comment)

The above facts have recently been revealed.
GetWindowGeometry is used the following and related problems occur in all of the following:

  1. Create rendering surface.
  2. Handle rotation event.
  3. Send flutter point event.

@bbrto21
Copy link

bbrto21 commented Sep 14, 2022

  • Non-fatal warning message when running on TM1 (Tizen 6.0).

After flutter-tizen/engine#288, it doesn't appear on logs

@bbrto21
Copy link

bbrto21 commented Sep 14, 2022

  • Not works with the webview_flutter plugin

It works fine.

@swift-kim
Copy link
Member Author

It works fine.

@bbrto21 Did you test on a real device (TW3 or Active)? I can't test because my watch doesn't have an Internet connection.

@bbrto21
Copy link

bbrto21 commented Sep 14, 2022

I tested on TM1. I think I can help you setting up to connect internet in office please contact me.

@swift-kim
Copy link
Member Author

The Flutter website (flutter.dev) is properly rendered on my GWA1 although it's extremely slow and unresponsive.

@swift-kim swift-kim transferred this issue from flutter-tizen/engine Nov 22, 2022
@swift-kim swift-kim removed the enhancement New feature or request label Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants