You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can we replicate the swipe functionality seen in Apple Health, where a slow swipe scrolls between days, but a quick swipe navigates directly to the previous or next month? We have the offset for the previous month, but due to multiple calls to onScroll, we struggle to determine the delta. Additionally, the graph moves before onMomentEnd, leading to a lack of smoothness. Could you propose a workaround for these issues?
The text was updated successfully, but these errors were encountered:
Punit-Wemotive
changed the title
Need help in need to implement swipe gesture similar to apple health
Need help to implement swipe gesture similar to apple health
May 16, 2024
How can we replicate the swipe functionality seen in Apple Health, where a slow swipe scrolls between days, but a quick swipe navigates directly to the previous or next month? We have the offset for the previous month, but due to multiple calls to onScroll, we struggle to determine the delta. Additionally, the graph moves before onMomentEnd, leading to a lack of smoothness. Could you propose a workaround for these issues?
The text was updated successfully, but these errors were encountered: