-
Notifications
You must be signed in to change notification settings - Fork 96
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
alignment issue during scrolling #142
Comments
Thanks for the demo! I understand the issue. Bugs have high priority, so I will try to address this ASAP It may be related to the following:
A long-term solution for that bug is tricky and may not be backward-compatible (that's why we haven't solved it), but we may be able to apply a hot-fix for now (if we determine this is the cause of the issue) Also, could you kindly provide the following, so I can try and reproduce this:
|
I've just identified that the issue is caused by a padding set on the outer view: <View
style={{
flexDirection: "row",
padding: 20
}}
>
<WeekView />
</View> Yep, I've also witnessed the "not responsive to orientation changes" so I've blocked the screen rotation altogether :) |
Ok, so this issue would be about responsiveness in the horizontal axis (similar to the other issue, which also involves responsiveness). I'm afraid solving the whole responsiveness issue is tricky and a big change for the library, so I'm not working on it right now. I hope we can solve it some time soon |
Hi,
as I mentioned in #141 I'm having an issue when scrolling horizontally.
At the beginning the view is well aligned, but when I start scrolling the view gets unaligned.
https://www.udrop.com/61We/recording_20211013_100330.mp4
https://www.udrop.com/61Wf/recording_20211013_100435.mp4
(I guess the files will be deleted after 3 days)
The text was updated successfully, but these errors were encountered: