-
-
Notifications
You must be signed in to change notification settings - Fork 654
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
Message view often blanks after sending a message #1549
Comments
@jainkuniya this might be related to the keyboard + scroll code you wrote. Could you have a look? |
Main issue is, scrolling a list from JS. May be bug in react-native The issue is, scrollView is scrolled but its views are not updated. Resulted in white screen (no child views are displayed). Then when little scroll is performed, re-calcuation takes place and child views are updated.
Solution: remove scrolling related stuff (scroll to first unread message, scroll after sending message, and when keyboards pops) from JS part and implement them natively with proper checks. |
This will be automatically solved once we are done with |
@zulipbot claim |
Now with the newer MessageList, it is no longer relevant, can be closed now. |
On 5.0.46 on iOS, when I send a message, often the message view goes blank. It looks like this:
When I touch and scroll slightly, the messages reappear.
The text was updated successfully, but these errors were encountered: