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

Long text doesn't completely load on first tap #14

Open
matteobart opened this issue Aug 2, 2019 · 2 comments
Open

Long text doesn't completely load on first tap #14

matteobart opened this issue Aug 2, 2019 · 2 comments

Comments

@matteobart
Copy link
Owner

When first entering a document, only a portion will load. However, if a keyboard is summoned or orientation change then the whole view will load. May need to reload the view somewhere in there.

@matteobart
Copy link
Owner Author

matteobart commented Aug 17, 2019

This was because a layoutManager.ensureLayout call. On removal, everything works fine. Last update: (Commit: 982585b)

@matteobart
Copy link
Owner Author

iOS 13 for some reason has reintroduced this bug. Latest commit (b69ece1) has 'fixed' the issue by calling for a first responder, then quickly resigning it. While not the ideal solution, it currently works. Thinking that this may be more of a TextView issue than a usage issue...

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

No branches or pull requests

1 participant