Closed 006080 closed 4 hours ago
Vielen Dank!
On Mon 25. Nov 2024 at 08:15, Bohdan Hrabynskyi @.***> wrote:
Merged #316 https://github.com/ReDI-School/F24-Berlin-Web-Circle/pull/316 into main.
— Reply to this email directly, view it on GitHub https://github.com/ReDI-School/F24-Berlin-Web-Circle/pull/316#event-15415326951, or unsubscribe https://github.com/notifications/unsubscribe-auth/A25VU3Z5EG5ZSFQX2XASNQD2CLFCLAVCNFSM6AAAAABSMNPG5KVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJVGQYTKMZSGY4TKMI . You are receiving this because you were assigned.Message ID: @.*** .com>
Made CtegoryTab Responsive.
Added Touch Scrolling Support for CategoryTabs (mobile version):
Implemented onTouchStart and onTouchMove to enable smooth horizontal scrolling for touch devices. Captures initial touch position (touchStartX) on onTouchStart. Calculates swipe distance and scrolls the container smoothly using scrollBy in onTouchMove. Ensures intuitive and responsive touch interactions, particularly for mobile and tablet users. Existing functionality for arrow buttons and desktop scroll remains unaffected.