Skip to content

Fix: #135 #153

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

Merged
merged 5 commits into from
Jan 5, 2024
Merged

Fix: #135 #153

merged 5 commits into from
Jan 5, 2024

Conversation

note11g
Copy link
Owner

@note11g note11g commented Jan 5, 2024

RenderView(Impl Android Side), Display Mode
API 23 ~ 29 : TextureView, Texture Layer Hybrid Composition.
API 30 ~ : GLSurfaceView, Hybrid Composition (TLHC cause issue: flutter/flutter#98865)

@note11g
Copy link
Owner Author

note11g commented Jan 5, 2024

Tested Devices

Emulator : Android 6.0, 7.1.1, 8.1, 9.0, 10.0, 12.0, 13.0, 14.0
Real Device : Galaxy S8 (Android 9.0), Galaxy S23 Ultra (Android 14.0)

Known Issues

10.0 produce flicker black screen a short time when device's display turn off and on.
However, there are no issues when actually using it.

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

Successfully merging this pull request may close these issues.

Android 9 (SDK 28) 이하 버전에서 위젯 전체가 검은 화면으로 렌더링되는 문제
1 participant