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

Implement rotation on TizenRendererEvasGL #277

Closed
bbrto21 opened this issue Apr 21, 2022 · 3 comments
Closed

Implement rotation on TizenRendererEvasGL #277

bbrto21 opened this issue Apr 21, 2022 · 3 comments
Assignees

Comments

@bbrto21
Copy link

bbrto21 commented Apr 21, 2022

We should fully implement screen rotation on evas gl

image

to reproduce this you must use kEvasGL

class App : public FlutterApp {
 public:
  bool OnCreate() {
    renderer_type_ = FlutterRendererType::kEvasGL;
    if (FlutterApp::OnCreate()) {
      RegisterPlugins(this);
    }
    return IsRunning();
  }
};
@bbrto21
Copy link
Author

bbrto21 commented Apr 21, 2022

see flutter-tizen/embedder#7

@bbrto21 bbrto21 closed this as completed Apr 21, 2022
@bbrto21
Copy link
Author

bbrto21 commented Sep 14, 2022

I will reopen the issue to actively discuss and resolve this issue.

CC. @xuelian-bai

@bbrto21 bbrto21 reopened this Sep 14, 2022
@JSUYA JSUYA self-assigned this Sep 16, 2022
@JSUYA
Copy link
Member

JSUYA commented Sep 19, 2022

@bbrto21 close?

@bbrto21 bbrto21 closed this as completed Sep 19, 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