-
Notifications
You must be signed in to change notification settings - Fork 58
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
HTML TextInput UX issues #118
Comments
This is an ugly problem IMO, especially when you switch to HTML to be able to edit a long post (with maybe unsupported blocks). You scroll the view until you find the part of the text you want to modify, and then tap on the screen....It took a while to figure out where to put back the caret. |
I like the idea of using the HTML Editor used on Aztec. Hopefully that will solve these problems 🙏 |
@hypest should we try to fix the issues above or move to the solution where we use the native HTML editors? |
I'd favor using a native-based html editor (Aztec's can be an option), thinking that since html mode is a long string of rich-text content (think: syntax highlighted) it might not be very performant to rely on RN/JS for the editing UX. |
This is a follow up of many UX issues regarding the HTML editor.
As an alternative of using
InputView
, we could try to use Aztec component on HTML edit mode. It might save us some troubles (or add more?)Both platforms:
Android:
textAlignVertical
to html text input. #114iOS
The text was updated successfully, but these errors were encountered: