In iOS, when I try to send a message, keyboard hides right away
Describe the bug I was able to display the widget properly, although when I try to type something in the keyboard, it hides right away
To Reproduce Steps to reproduce the behavior:
- Go to component where ChatView is, try to type in the keyboard.
- Keyboard shows and hides right away.
Expected behavior
- Keyboard doesn't hide
Screenshots If applicable, add screenshots to help explain your problem.
https://github.com/SimformSolutionsPvtLtd/flutter_chatview/assets/12133723/5a8b487a-ad8c-4cbd-a334-d9b9a6323d89
Smartphone (please complete the following information):
- OS: iOS 15 Pro Max
- Version 2.0.0
Additional context Add any other context about the problem here.
Hello @vincegnzls, Since we are unable to reproduce this, can you please try this with the example app of this package? Otherwise, you can also share a minimal reproducible code with us so that we can look into it better. Thanks!
Hello @vincegnzls, Since we are unable to reproduce this, can you please try this with the example app of this package? Otherwise, you can also share a minimal reproducible code with us so that we can look into it better. Thanks!
https://github.com/SimformSolutionsPvtLtd/flutter_chatview/assets/63441861/9e08ca5e-791c-46dd-a8e5-4b4e5681d878
I have the same issue, when i using auto_route, Nested Navigation
@giangphan11 @vincegnzls Could you please provide a reproducible example so that we can investigate this further?
I am closing this issue due to inactivity. If the issue persists in Chatview 2.0.1, feel free to reopen it.
Hey folks, I have conducted deep investigation to the library and found the root cause. PR #258 will attempt to fix the issue.