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 text editing on iOS 13 #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ejensen
Copy link
Contributor

@ejensen ejensen commented Jan 22, 2021

Commit 4490fb2 fixes an issue on iOS 13 where the TextView would not begin editing when tapping the placeholder. This fix is accomplished by moving the placeholder Text behind the UITextView in z-order. Fixes #35

Commit e49785d adds an Xcode preview used to visually inspect & debug the TextView.

Demonstration of the issue on iOS 13
Before:
Before
After:
After

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.

Tapping on placeholder text doesn't add caret.
1 participant