Skip to content

Conversation

protikbiswas100
Copy link
Contributor

@protikbiswas100 protikbiswas100 commented Sep 23, 2025

Description

[React Native Gallery Preview]: User is unable to access the 'A Horizontal Scrollview scroll bar using keyboard

Why

[React Native Gallery Preview]: User is unable to access the 'A Horizontal Scrollview scroll bar using keyboard

Resolves [https://github.com/https://github.com//issues/651]

What

[React Native Gallery Preview]: User is unable to access the 'A Horizontal Scrollview scroll bar using keyboard

Screenshots

Before

scrollbar_horizontal_before.mp4

After

keyboard_after.mp4
Microsoft Reviewers: Open in CodeFlow

@protikbiswas100
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s), but failed to run 1 pipeline(s).

const handleHorizontalScrollViewKeyDown = (e: any) => {
if (!horizontalScrollViewRef.current) return;

const scrollAmount = 50; // Amount to scroll in pixels
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not hardcode.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed the hardcoding

@protikbiswas100
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s), but failed to run 1 pipeline(s).

Copy link
Contributor

@iamAbhi-916 iamAbhi-916 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@protikbiswas100 protikbiswas100 merged commit cd84ed6 into main Sep 26, 2025
6 checks passed
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

Successfully merging this pull request may close these issues.

3 participants