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

Android only. Selection controls works, but invisible/transparent #380

Closed
godzeit opened this issue Jun 5, 2020 · 5 comments
Closed

Android only. Selection controls works, but invisible/transparent #380

godzeit opened this issue Jun 5, 2020 · 5 comments

Comments

@godzeit
Copy link

godzeit commented Jun 5, 2020

Environment

Flutter version: 1.17.2
Plugin version: 3.3.0+3

Description

Android only. Text selection, copy paste from toolbar working, but when u select text there is no selection controls appears as it should be. Actually, looks like they are exsits, because the behaviour for selection is the same and it is working, but they are kinda invisible.

Screenshot_1591349709

Screenshot_1591349926

@godzeit godzeit changed the title Android only. Selections controls works, but invisible Android only. Selection controls works, but invisible Jun 5, 2020
@godzeit godzeit changed the title Android only. Selection controls works, but invisible Android only. Selection controls works, but invisible/transparent Jun 5, 2020
@pichillilorenzo
Copy link
Owner

pichillilorenzo commented Jun 5, 2020

This is a known issue, but I didn't find any solution to that yet, unfortunately. It is something related to how Flutter embeds native views.

@godzeit
Copy link
Author

godzeit commented Jun 5, 2020

This is a known issue, but I didn't find any solution to that yet, unfortunately. It is something related to how Flutter embeds native views.

Okay, thank you then.

@pichillilorenzo
Copy link
Owner

It seems that it could be fixed with next Flutter release: flutter/flutter#24584 (comment)

@PerryPro
Copy link

It seems that it could be fixed with next Flutter release: flutter/flutter#24584 (comment)

The new Flutter version is now available, it seems that 'Hybrid Composition' should be enabled.

@pichillilorenzo
Copy link
Owner

new version 5.0.0 published with android-specific option useHybridComposition!

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

3 participants