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

Fix UITextView editable in YogaExampleF #260

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

heoblitz
Copy link
Contributor

@heoblitz heoblitz commented Aug 17, 2024

What is this PR for?

Fixes an issue in YogaExampleF where UITextView was not selectable and could not be edited.

UITextView could not receive touch events because it was outside the parent view's frame. Therefore, the rootFlexContainer is adjusted to fill the safe area.

AS-IS

2024-08-17.11.34.10.mov

TO-BE

2024-08-17.11.33.33.mov

@lucdion lucdion merged commit d382904 into layoutBox:master Aug 20, 2024
1 check passed
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.

UITextView cannot be edited
2 participants