commandiron / WheelPickerCompose

Add Wheel Date - Time Picker in Android Jetpack Compose.
Apache License 2.0
485 stars 62 forks source link

Add looped scrolling #23

Open gargVader opened 1 year ago

gargVader commented 1 year ago

Eg: For hour, scrolling should not stop after 12. Rather it should again loop to 1 and also switch AM to PM and vice versa. For minutes, scrolling should loop after 59.

This is similar to how Xiaomi does it.

Shouldn't be much difficult to implement.

commandiron commented 1 year ago

Looped scroll is exist in old versions but ı remove that feature because broke backwards feature. I will try to add this feature next rewrite of all library.

RadioRedFox commented 1 year ago

Hi, a very cool project, but I also join this issue. Cyclic scrolling is very necessary, at least the ability to configure optionally.

predator313 commented 1 month ago

@commandiron please add looped scroll