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

Create pure Compose components for the editor and possibly the textview #873

Open
jmartinesp opened this issue Nov 17, 2023 · 0 comments
Open

Comments

@jmartinesp
Copy link
Contributor

With the changes in this PR it would be possible to move our UI implementation in the Compose library from using a legacy View to actually building a full Compose solution, reusing our custom InputConnection implementation.

This would make the integration of the RTE in apps using Compose quite easier and solve a few issues we've seen.

There have also been some talks about generating the AnnotatedStrings/Spans from the Rust part of RTE library, so some work might overlap.

@jmartinesp jmartinesp added the T-Enhancement Improvement or feature request label Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants