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

pastScrollRange and futureScrollRange don´t work in Samsung #1332

Open
anabahena opened this issue Nov 20, 2020 · 2 comments
Open

pastScrollRange and futureScrollRange don´t work in Samsung #1332

anabahena opened this issue Nov 20, 2020 · 2 comments

Comments

@anabahena
Copy link

No description provided.

@emilisb
Copy link
Member

emilisb commented Nov 30, 2020

Please give us more info and reproducible example.

@anabahena
Copy link
Author

anabahena commented Dec 1, 2020

This is my code
<Agenda
current={moment}
refreshing={true}
items={eventObject}
renderItem={item => renderItem(item)}
pastScrollRange={50}
renderKnob={() => }
futureScrollRange={50}
renderEmptyData={() => renderEmptyDate()}
renderEmptyDate={() => renderEmptyDate()}
rowHasChanged={(r1, r2) => rowHasChanged(r1, r2)}
/>

When I try to view the months before and after on Iphone and LG it works fine:

LG

But in Samsung does not scroll:

video-output-856A0B3A-29D8-432A-9E7E-9FA832EC63F8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants