Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Horizontal scrolling not working with Mac Application on Desktop and used with mouse #1922

Open
aniketgupta8960 opened this issue Sep 4, 2023 · 2 comments
Labels
bug Something isn't working Needs: Triage 🔍

Comments

@aniketgupta8960
Copy link

Environment

eact-native -v:0.68.7
npm ls react-native-macos:0.68.0-0
node -v:v16.18.1
npm -v:8.19.2
yarn --version:1.22.19
xcodebuild -version:Xcode 14.3.1

Steps to reproduce the bug

Try to run scrollview with Horizontal =true and try to scroll it using mouse.

Expected Behavior

It should scroll horizontal with mouse . We should have a way where we can click on any part of the screen and pull it left or right then the scrollView should work and screen should move horizontally.

Actual Behavior

The horizontal scrolling is not working when using mouse

Reproducible Demo

No response

Additional context

No response

@aniketgupta8960 aniketgupta8960 added the bug Something isn't working label Sep 4, 2023
@Saadnajmi
Copy link
Collaborator

I think it works with a horizontal scroll wheel. I don't think "click and drag to scroll" is really how desktop scroll views work?

@aniketgupta8960
Copy link
Author

Can you provide a small example to handle horizontal scrolling when user is using scroll wheel on mouse in Desktop. @Saadnajmi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Needs: Triage 🔍
Projects
None yet
Development

No branches or pull requests

2 participants