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

onpressbackground not get current time when set timeInterval prop #57

Closed
arun-saleth opened this issue Mar 14, 2023 · 2 comments
Closed

Comments

@arun-saleth
Copy link

arun-saleth commented Mar 14, 2023

HI,
when I set timeInterval= 15 or 30 or 45 onpressBackground returned the wrong time always.
If I add the start={8} and end={14} prop also it's get wrong time always

<TimelineCalendar
start={8}
end={16}
hourFormat="h:mm a"
firstDay={1}
allowPinchToZoom
viewMode={mode }
events={events}
scrollToNow={false}
showNowIndicator={false}
onPressEvent={pressEvent}
onPressBackground={onPressBackground}
timeInterval={15}
/>

If you fixed this issue soon, very helpful for me

image

@arun-saleth
Copy link
Author

@howljs Can you check this Please?

@arun-saleth
Copy link
Author

@howljs Thank You.

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

No branches or pull requests

2 participants