-
Notifications
You must be signed in to change notification settings - Fork 742
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 RichEditBox
#3848
Comments
To be honest, I'm a little worried about those "not yet implemented" controls. I imagine the job it is to migrate them (among all other tasks and functionalities and bugs you have to do as well). However, that means I cannot use my apps properly on Android (or any platform but UWP) until these controls are implemented, right ? And I don't know neither when I will be able to deploy them (it could be in 2 years 😨...) Have you a roadmap about it ? What's planned for 3.1, 3.2 releases ? I would love to have a section in the documentation giving a general overview of releases, a roadmap with shipping dates and a vision of WinUI coverage progression. By the way, thank you again for your hard and excellent work on Uno Platform ! |
RichEditBox is a cpmplex control to port and we dont have an underlying implementation that can easily be reused. It's one of a few controls that will be a real challenge. As for roadmap, we're actively working on making something public so to ask the community for input/feedback. Thanks for your patience, team worked on major foundations and control porting velocity should pick up. |
Thank you @francoistanguay for the feedback. I’ve seen the milestones and it goes in a right direction, as the community and the adoption grows. Concerning the RichEditBox, I searched how it could be rendered on Android. Not an esay job, as you said... Basically I use it as a Markdown editor. But with the coming implementation of WebView.NotifyScript (for 3.1 release he he), I could maybe use a javascript editor as a workaround. |
This is by no means feature complete but an alternative would be to leverage any of the existing javascript editors and embed them using a webview (and inline with wasm). |
Duplicate of #81. |
@jeromelaban I'm going to re-open as my previous comment is not correct. #81 is for |
What would you like to be added:
RichEditBox
Why is this needed:
We need to use this control in our project.
For which Platform:
The text was updated successfully, but these errors were encountered: