-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Library does not work with inputs that cover entire screen #578
Comments
Hey @nicolaosm Thank you for bringing that issue 😍 I think a similar problem was reported in #512 Do you expect the cursor to be visible when you set a focus, right? Because the second issue is more about incorrect position during typing 🤔 |
Hi @kirillzyusko, Yes you’re right. In my recorded video there are two issues showing:
I’m not sure if this issue is actually related to #512 It seems to me to be a different issue. Thanks @kirillzyusko |
@nicolaosm cool, thank you for clarification! It may be different problems, but in the end all of them will be fixed by utilizing I'll try to fix it - all native code is in place, I just need to re-work JS part, so it shouldn't be a big challenge 👀 |
Thats amazing @kirillzyusko! Thank you for your quick and proactive approach. 🤩 |
getting same issue as well, waiting for fix @kirillzyusko |
Hi @kirillzyusko ! Any updates on this issue? Appreciate it, Thanks. |
Hi @nicolaosm No, I've been trying to re-work So I decided to prioritize Also I was sick for 2 weeks, so it affected my performance in terms of fixing the bug 🙃 But I hope I will return to that issue this week and maybe will have potential fixes next week 👀 Let's see how it goes! |
Thanks for the update @kirillzyusko! Hope you recovered and well now 🙏. Can't wait for a fix, hopefully it goes well! |
Sorry guys, it takes longer, than I initially expected - many random things went into the play that was urgent to resolve (edge-to-edge integration, RN 0.76 upgrade), so couldn't allocate a lot of time on fixing this 😔 Mostly that steals time is e2e "random" failures, but I can not skip them and don't investigate, just because I don't want to introduce a lot of breaking changes for existing users. I hope you understand me 😅 |
Hi @kirillzyusko! Thanks for dropping a message. Completely understand. Hopefully we'll have a fix soon 😀 |
Describe the bug
When using a large multi-line text input field, the view does not automatically scroll to the cursor when it is placed somewhere within the text. This issue occurs particularly when the text field is large in height.
Code snippet
This issue can be reproduced with any basic text input field that has a height of 900 units or more.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The view should automatically scroll to make the cursor visible whenever it is placed within the text.
Screenshots
A video demonstrating the issue:: https://cln.sh/HLlnFNpZ
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: