Exploring LVGL Swipes and Button Integration

I recently started experimenting with LVGL swipes and button integration, and I must say, the swipe functionality is truly impressive! The smooth animations when transitioning between pages make the interface feel much more dynamic. However, I encountered an interesting issue while setting up my buttons alongside the swipe feature. When I swipe across a button, the button also gets triggered, which isn’t the desired behavior. Both the swipe and button events are logged simultaneously, with the swipe action happening first. This suggests that the button’s short click event is being triggered unintentionally during the swipe gesture. I’m curious if there’s a way to disable the button’s short click event temporarily during a swipe or for a brief duration after the swipe starts, say 50ms, to prevent this overlap. This would ensure a smoother user experience without unintended actions. I’m looking forward to exploring more features and finding a solution to this minor hiccup in my setup.